Update LiquidWar6 to 0.4
This commit is contained in:
parent
5fc4ab1dfe
commit
77389a5bcb
@ -6,16 +6,16 @@ let
|
||||
expat gettext perl
|
||||
SDL SDL_image SDL_mixer SDL_ttf
|
||||
curl sqlite
|
||||
libogg libvorbis
|
||||
libXrender
|
||||
libogg libvorbis csound
|
||||
libXrender libcaca cunit
|
||||
];
|
||||
in
|
||||
rec {
|
||||
name = "liquidwar6-0.0.13beta";
|
||||
name = "liquidwar6-${meta.version}";
|
||||
|
||||
src = a.fetchurl {
|
||||
url = "mirror://gnu/liquidwar6/${name}.tar.gz";
|
||||
sha256 = "1jjf7wzb8jf02hl3473vz1q74fhmxn0szbishgi1f1j6a7234wx2";
|
||||
sha256 = "1q58liqm5cgp494yjj6rfc2xj5b4gm8r8yvi46jzwqll353mabwl";
|
||||
};
|
||||
|
||||
inherit buildInputs;
|
||||
@ -35,5 +35,8 @@ rec {
|
||||
];
|
||||
platforms = with a.lib.platforms;
|
||||
linux;
|
||||
homepage = "http://www.gnu.org/software/liquidwar6/";
|
||||
version = "0.4.3681";
|
||||
updateWalker=true;
|
||||
};
|
||||
}
|
||||
|
@ -5641,7 +5641,7 @@ let
|
||||
expat gettext perl
|
||||
SDL SDL_image SDL_mixer SDL_ttf
|
||||
curl sqlite
|
||||
libogg libvorbis
|
||||
libogg libvorbis libcaca csound cunit
|
||||
;
|
||||
guile = guile_1_8;
|
||||
libpng = libpng15; # 0.0.13 needs libpng 1.2--1.5
|
||||
|
Loading…
Reference in New Issue
Block a user