summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/allegro
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2015-05-10 12:02:09 +0300
committerMichael Raskin <7c6f434c@mail.ru>2015-05-10 13:36:44 +0300
commit47011aa614829cfafa546bb9ccb83ff263c67d8b (patch)
tree6c2959a78a668443110a0ba229a6c0430652f43f /pkgs/development/libraries/allegro
parent1a407e931118d1ac44b4f0f52a40241e3f7a5890 (diff)
Update allegro5-unstable
Diffstat (limited to 'pkgs/development/libraries/allegro')
-rw-r--r--pkgs/development/libraries/allegro/5-unstable.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/allegro/5-unstable.nix b/pkgs/development/libraries/allegro/5-unstable.nix
index 72589ad1065d..71a521e23096 100644
--- a/pkgs/development/libraries/allegro/5-unstable.nix
+++ b/pkgs/development/libraries/allegro/5-unstable.nix
@@ -16,7 +16,7 @@ let
sourceInfo = rec {
baseName="allegro";
folderSuffix = "-unstable";
- version = "5.1.9";
+ version = "5.1.10";
name="${baseName}-${version}";
project="alleg";
url="mirror://sourceforge/project/${project}/${baseName}${folderSuffix}/${version}/${name}.tar.gz";
@@ -26,7 +26,7 @@ in
rec {
src = a.fetchurl {
url = sourceInfo.url;
- sha256 = "0jn1x2l1kz0vi2fvabpk5sbn1cx4k6hwncmf2j8wnrhk8pm5af5h";
+ sha256 = "13dfs007pyh908bm1hg7hz71y8fr9fj51byh5w149h8dsq2dds78";
};
inherit (sourceInfo) name version;