about summary refs log tree commit diff
path: root/pkgs/games/angband
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-24 14:36:05 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-02-24 14:36:05 -0800
commit05a9a869c10cb659e4e5c1ad89a608fa5d5edeae (patch)
treeddd6398ebb85d70903f717ae3589c187b2ab3d8e /pkgs/games/angband
parent098c7f3d945c36f6eb57f41aeed9638e2561ad18 (diff)
angband: 4.0.5 -> 4.1.2
Semi-automatic update; builds on NixOS
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 34b31cdf7ec81..317550059b455 100644
--- a/pkgs/games/angband/default.nix
+++ b/pkgs/games/angband/default.nix
@@ -1,14 +1,14 @@
 { stdenv, fetchFromGitHub, autoreconfHook, ncurses5 }:
 
 stdenv.mkDerivation rec {
-  version = "4.0.5";
+  version = "4.1.2";
   name = "angband-${version}";
 
   src = fetchFromGitHub {
     owner = "angband";
     repo = "angband";
     rev = version;
-    sha256 = "1l7ybqmsxpsijm7iqiqjpa7lhjafxml743q4crxn8wnwrbjzbi86";
+    sha256 = "1n18i8ni154ym3d32zlbxcw0zz62h66iifr0h1yvvv2kp13p5zix";
   };
 
   nativeBuildInputs = [ autoreconfHook ];