Skip to content

Commit

Permalink
Merge pull request #80031 from rasendubi/nethack-3.6.5
Browse files Browse the repository at this point in the history
nethack: 3.6.2 -> 3.6.5
  • Loading branch information
Ma27 committed Feb 14, 2020
2 parents 212fa68 + 0592869 commit ade5ade
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/games/nethack/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ let
binPath = lib.makeBinPath [ coreutils less ];

in stdenv.mkDerivation rec {
version = "3.6.2";
version = "3.6.5";
name = if x11Mode then "nethack-x11-${version}"
else if qtMode then "nethack-qt-${version}"
else "nethack-${version}";

src = fetchurl {
url = "https://nethack.org/download/3.6.2/nethack-362-src.tgz";
sha256 = "07fvkm3v11a4pjrq2f66vjslljsvk6raal53skn4gqsfdbd0ml7v";
url = "https://nethack.org/download/3.6.5/nethack-365-src.tgz";
sha256 = "0xifs8pqfffnmkbpmrcd1xf14yakcj06nl2bbhy4dyacg8myysmv";
};

buildInputs = [ ncurses ]
Expand Down

0 comments on commit ade5ade

Please sign in to comment.