angband: 4.2.0 -> 4.2.1

This commit is contained in:
R. RyanTM 2020-06-06 01:16:26 +00:00 committed by Jon
parent 0574ace715
commit aa36693149

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "angband"; pname = "angband";
version = "4.2.0"; version = "4.2.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "angband"; owner = "angband";
repo = "angband"; repo = "angband";
rev = version; rev = version;
sha256 = "0fr59986swx9a2xkxkbfgadzpwy2lq55fgcib05k393kibyz49kg"; sha256 = "174fphiywwb4yb3kqavwaysx7c97an2n8wjbm4p4d41i1svjsryz";
}; };
nativeBuildInputs = [ autoreconfHook ]; nativeBuildInputs = [ autoreconfHook ];