mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
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 }:
|
, pkgconfig, SDL2, SDL2_mixer }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
year = "2015";
|
||||||
date = "20150420";
|
date = "20150420";
|
||||||
rev = "5160";
|
rev = "5160";
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
|
@ -9,7 +10,7 @@ in stdenv.mkDerivation rec {
|
||||||
version = "${date}-${rev}";
|
version = "${date}-${rev}";
|
||||||
|
|
||||||
src = fetchurl {
|
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";
|
sha256 = "1nlq5jbglg00c1z1vsyl627fh0mqfxvk5qyxav5vzla2b4svik2v";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue