about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2020-04-09 07:51:50 -0400
committerGitHub <noreply@github.com>2020-04-09 07:51:50 -0400
commit2565ed7cb9795f6f2a585e8b3c50fd739d0024f2 (patch)
tree1aa1d6589d35b1a82326c62604a2b763b6a1789a /pkgs/games
parenta0bfecdd78339223d2478a5fbe264f630d11982b (diff)
parent5a79203fbeee29c25fe5c9c443c3ac4a27f2f012 (diff)
downloadnixlib-2565ed7cb9795f6f2a585e8b3c50fd739d0024f2.tar
nixlib-2565ed7cb9795f6f2a585e8b3c50fd739d0024f2.tar.gz
nixlib-2565ed7cb9795f6f2a585e8b3c50fd739d0024f2.tar.bz2
nixlib-2565ed7cb9795f6f2a585e8b3c50fd739d0024f2.tar.lz
nixlib-2565ed7cb9795f6f2a585e8b3c50fd739d0024f2.tar.xz
nixlib-2565ed7cb9795f6f2a585e8b3c50fd739d0024f2.tar.zst
nixlib-2565ed7cb9795f6f2a585e8b3c50fd739d0024f2.zip
Merge pull request #84653 from r-ryantm/auto-update/crawl
crawl: 0.24.0 -> 0.24.1
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/crawl/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/games/crawl/default.nix b/pkgs/games/crawl/default.nix
index e4cccdd6221b..8fe3b20419ac 100644
--- a/pkgs/games/crawl/default.nix
+++ b/pkgs/games/crawl/default.nix
@@ -8,13 +8,13 @@
 
 stdenv.mkDerivation rec {
   name = "crawl-${version}${lib.optionalString tileMode "-tiles"}";
-  version = "0.24.0";
+  version = "0.24.1";
 
   src = fetchFromGitHub {
     owner = "crawl";
     repo = "crawl";
     rev = version;
-    sha256 = "1cdjd33z04gj70manavihc3lj9ckpmd75n09vvyw01z41s33fzs0";
+    sha256 = "1fiizkigmbrw0nb1l1m3syl2mw4a4r36l1y0n4z8z7slp79bsbv4";
   };
 
   # Patch hard-coded paths and remove force library builds
@@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Open-source, single-player, role-playing roguelike game";
-    homepage = http://crawl.develz.org/;
+    homepage = "http://crawl.develz.org/";
     longDescription = ''
       Dungeon Crawl: Stone Soup, an open-source, single-player, role-playing
       roguelike game of exploration and treasure-hunting in dungeons filled