mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
aalib: update from 1.4rc4 to 1.4rc5
This commit is contained in:
parent
d4cf43d707
commit
0102ffdf8d
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
{stdenv, fetchurl, ncurses, automake}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "aalib-1.4rc4";
|
||||
name = "aalib-1.4rc5";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/aa-project/aalib-1.4rc4.tar.gz;
|
||||
md5 = "d5aa8e9eae07b7441298b5c30490f6a6";
|
||||
url = mirror://sourceforge/aa-project/aalib-1.4rc5.tar.gz;
|
||||
sha256 = "1vkh19gb76agvh4h87ysbrgy82hrw88lnsvhynjf4vng629dmpgv";
|
||||
};
|
||||
|
||||
# The fuloong2f is not supported by aalib still
|
||||
|
|
Loading…
Reference in a new issue