about summary refs log tree commit diff
path: root/pkgs/games/angband
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-06-06 01:16:26 +0000
committerJon <jonringer@users.noreply.github.com>2020-06-08 11:43:11 -0700
commitaa366931499b57f5a7cc93973da066640b7726ab (patch)
treecc3707c73cecabbbdb53e0aeefd40843e409e9bc /pkgs/games/angband
parent0574ace715a901fe1ab0a5ddbcedd8be95206762 (diff)
angband: 4.2.0 -> 4.2.1
Diffstat (limited to 'pkgs/games/angband')
-rw-r--r--pkgs/games/angband/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/angband/default.nix b/pkgs/games/angband/default.nix
index e7681a4b7f842..937fd30d405a8 100644
--- a/pkgs/games/angband/default.nix
+++ b/pkgs/games/angband/default.nix
@@ -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 ];