about summary refs log tree commit diff
path: root/pkgs/games/crawl
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-08-24 09:48:35 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-08-24 09:48:35 +0000
commit249dfd092cfcfe2dc991a433750ab5f5ae94a7e2 (patch)
tree48465bff22767d5b99c1c3b9cae597fcdc74b041 /pkgs/games/crawl
parent6895427d343b92d2ee9a2e55ce77137869623e28 (diff)
crawlTiles: 0.28.0 -> 0.29.0
Diffstat (limited to 'pkgs/games/crawl')
-rw-r--r--pkgs/games/crawl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/crawl/default.nix b/pkgs/games/crawl/default.nix
index 064e1d623a5f4..fa409987ff81a 100644
--- a/pkgs/games/crawl/default.nix
+++ b/pkgs/games/crawl/default.nix
@@ -8,13 +8,13 @@
 
 stdenv.mkDerivation rec {
   pname = "crawl${lib.optionalString tileMode "-tiles"}";
-  version = "0.28.0";
+  version = "0.29.0";
 
   src = fetchFromGitHub {
     owner = "crawl";
     repo = "crawl";
     rev = version;
-    sha256 = "sha256-pVEE3g+NDwpsrakyj4YIk53aE+LCiIaRhOqos4huh9A=";
+    sha256 = "sha256-SM8dSDV+88QGMqoFkITop1PHh9EakdgiV4tkXCw9pjM=";
   };
 
   # Patch hard-coded paths and remove force library builds