eduke32: 20150420-5160 moved to the old releases directory
Close #13922.
This commit is contained in:
parent
2c8cb42c71
commit
f165334492
@ -2,6 +2,7 @@
|
||||
, pkgconfig, SDL2, SDL2_mixer }:
|
||||
|
||||
let
|
||||
year = "2015";
|
||||
date = "20150420";
|
||||
rev = "5160";
|
||||
in stdenv.mkDerivation rec {
|
||||
@ -9,7 +10,7 @@ in stdenv.mkDerivation rec {
|
||||
version = "${date}-${rev}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://dukeworld.duke4.net/eduke32/synthesis/${version}/eduke32_src_${version}.tar.xz";
|
||||
url = "http://dukeworld.duke4.net/eduke32/synthesis/old/${year}/${version}/eduke32_src_${version}.tar.xz";
|
||||
sha256 = "1nlq5jbglg00c1z1vsyl627fh0mqfxvk5qyxav5vzla2b4svik2v";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user