mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
nethack: 3.6.5 -> 3.6.6
This commit is contained in:
parent
68e9ddacc2
commit
dcda17d856
@ -19,14 +19,14 @@ let
|
|||||||
binPath = lib.makeBinPath [ coreutils less ];
|
binPath = lib.makeBinPath [ coreutils less ];
|
||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
version = "3.6.5";
|
version = "3.6.6";
|
||||||
name = if x11Mode then "nethack-x11-${version}"
|
name = if x11Mode then "nethack-x11-${version}"
|
||||||
else if qtMode then "nethack-qt-${version}"
|
else if qtMode then "nethack-qt-${version}"
|
||||||
else "nethack-${version}";
|
else "nethack-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://nethack.org/download/3.6.5/nethack-365-src.tgz";
|
url = "https://nethack.org/download/${version}/nethack-${lib.replaceStrings ["."] [""] version}-src.tgz";
|
||||||
sha256 = "0xifs8pqfffnmkbpmrcd1xf14yakcj06nl2bbhy4dyacg8myysmv";
|
sha256 = "1liyckjp34j354qnxc1zn9730lh1p2dabrg1hap24z6xnqx0rpng";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ncurses ]
|
buildInputs = [ ncurses ]
|
||||||
|
Loading…
Reference in New Issue
Block a user