about summary refs log tree commit diff
path: root/pkgs/games/angband
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-08-20 12:50:50 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-08-20 12:50:50 +0000
commitc862dce860d07c7a72075ccf307f156db85287be (patch)
tree1529349a7f1841cd9317515808c095ea0463ba6a /pkgs/games/angband
parente7eb1f799cce31b7acfc694348e4daf9300acd41 (diff)
angband: 4.2.4 -> 4.2.5
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 6c34176be375c..0b24988c54f21 100644
--- a/pkgs/games/angband/default.nix
+++ b/pkgs/games/angband/default.nix
@@ -4,13 +4,13 @@
 
 stdenv.mkDerivation rec {
   pname = "angband";
-  version = "4.2.4";
+  version = "4.2.5";
 
   src = fetchFromGitHub {
     owner = "angband";
     repo = "angband";
     rev = version;
-    sha256 = "sha256-Fp3BGCZYYdQCKXOLYsT4zzlibNRlbELZi26ofrbGGPQ=";
+    sha256 = "sha256-XH2FUTJJaH5TqV2UD1CKKAXE4CRAb6zfg1UQ79a15k0=";
   };