summary refs log tree commit diff
path: root/pkgs/games/angband/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/angband/default.nix')
-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 ed18624deb1..3f706b42c32 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.3";
+  version = "4.2.4";
 
   src = fetchFromGitHub {
     owner = "angband";
     repo = "angband";
     rev = version;
-    sha256 = "sha256-SFHAG74qJcV3E+jxPcOH2moW/kXhpwUwbGZVkNxqWd8=";
+    sha256 = "sha256-Fp3BGCZYYdQCKXOLYsT4zzlibNRlbELZi26ofrbGGPQ=";
   };
 
   nativeBuildInputs = [ autoreconfHook ];