Merge pull request #41778 from rayhogenson/nethack

nethack: 3.6.0 -> 3.6.1

authored by Yegor Timoshenko and committed by GitHub 18971dc6 1daa7716

+3 -3
+3 -3
pkgs/games/nethack/default.nix
··· 13 13 binPath = lib.makeBinPath [ coreutils less ]; 14 14 15 15 in stdenv.mkDerivation { 16 - name = "nethack-3.6.0"; 16 + name = "nethack-3.6.1"; 17 17 18 18 src = fetchurl { 19 - url = "mirror://sourceforge/nethack/nethack-360-src.tgz"; 20 - sha256 = "12mi5kgqw3q029y57pkg3gnp930p7yvlqi118xxdif2qhj6nkphs"; 19 + url = "http://nethack.org/download/3.6.1/nethack-361-src.tgz"; 20 + sha256 = "1dha0ijvxhx7c9hr0452h93x81iiqsll8bc9msdnp7xdqcfbz32b"; 21 21 }; 22 22 23 23 buildInputs = [ ncurses ];