mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
Update allegro5-unstable
This commit is contained in:
parent
1a407e9311
commit
47011aa614
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue