summary refs log tree commit diff
path: root/pkgs/games/angband
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-08-07 17:05:24 -0700
committerGitHub <noreply@github.com>2021-08-08 03:05:24 +0300
commit45f3eea9224ea71176526db7dc0c858e9e4b31f5 (patch)
treef1f893dda137a40c282d26d55af4671295db6f91 /pkgs/games/angband
parent9726cb2fc667e3beb73d1c8907f42373c31234dc (diff)
angband: 4.2.2 -> 4.2.3 (#132372)
Co-authored-by: Artturi <Artturin@artturin.com>
Diffstat (limited to 'pkgs/games/angband')
-rw-r--r--pkgs/games/angband/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/games/angband/default.nix b/pkgs/games/angband/default.nix
index e14629dce8fc4..ed18624deb120 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.2";
+  version = "4.2.3";
 
   src = fetchFromGitHub {
     owner = "angband";
     repo = "angband";
     rev = version;
-    sha256 = "sha256-z1HTt3+lWIr2F9YZFdw47lkYVgYl17qbb/OJ9YyYQa8=";
+    sha256 = "sha256-SFHAG74qJcV3E+jxPcOH2moW/kXhpwUwbGZVkNxqWd8=";
   };
 
   nativeBuildInputs = [ autoreconfHook ];
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
   installFlags = [ "bindir=$(out)/bin" ];
 
   meta = with lib; {
-    homepage = "http://rephial.org/";
+    homepage = "https://angband.github.io/angband";
     description = "A single-player roguelike dungeon exploration game";
     maintainers = [ maintainers.chattered ];
     license = licenses.gpl2;