angband: 4.2.3 -> 4.2.4

This commit is contained in:
R. Ryantm 2022-02-22 00:50:49 +00:00 committed by Jonathan Ringer
parent 6f4be68062
commit ac2165529b

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "angband";
version = "4.2.3";
version = "4.2.4";
src = fetchFromGitHub {
owner = "angband";
repo = "angband";
rev = version;
sha256 = "sha256-SFHAG74qJcV3E+jxPcOH2moW/kXhpwUwbGZVkNxqWd8=";
sha256 = "sha256-Fp3BGCZYYdQCKXOLYsT4zzlibNRlbELZi26ofrbGGPQ=";
};
nativeBuildInputs = [ autoreconfHook ];