angband: 4.2.0 -> 4.2.1

gstqt5
R. RyanTM 2020-06-06 01:16:26 +00:00 committed by Jon
parent 0574ace715
commit aa36693149
1 changed files with 2 additions and 2 deletions

View File

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