summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-10 09:04:04 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-10 12:01:08 -0800
commit01f15e008fc4910d57f3a83b632dd1640738e533 (patch)
tree330cb38de39e2d3622bad8f16dc2cfab8217c07c
parentc6174da34290b8c106278d55f9ba420e5fa2d54e (diff)
downloadnixpkgs-01f15e008fc4910d57f3a83b632dd1640738e533.tar
nixpkgs-01f15e008fc4910d57f3a83b632dd1640738e533.tar.gz
nixpkgs-01f15e008fc4910d57f3a83b632dd1640738e533.tar.bz2
nixpkgs-01f15e008fc4910d57f3a83b632dd1640738e533.tar.lz
nixpkgs-01f15e008fc4910d57f3a83b632dd1640738e533.tar.xz
nixpkgs-01f15e008fc4910d57f3a83b632dd1640738e533.tar.zst
nixpkgs-01f15e008fc4910d57f3a83b632dd1640738e533.zip
crawlTiles: 0.27.1 -> 0.28.0
-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 e5eea7ece62..064e1d623a5 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.27.1";
+  version = "0.28.0";
 
   src = fetchFromGitHub {
     owner = "crawl";
     repo = "crawl";
     rev = version;
-    sha256 = "sha256-fyI7OIzhYXNTjIgJLqApyPMmiG3iof1b5XuGudNanos=";
+    sha256 = "sha256-pVEE3g+NDwpsrakyj4YIk53aE+LCiIaRhOqos4huh9A=";
   };
 
   # Patch hard-coded paths and remove force library builds