summaryrefslogtreecommitdiffstats
path: root/pkgs/games/crawl
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-04-07 19:10:58 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-04-07 19:10:58 +0000
commit5a79203fbeee29c25fe5c9c443c3ac4a27f2f012 (patch)
treec8d210fc45eb820a98e5a43a6f5d3293106a18ff /pkgs/games/crawl
parente50c67ad7eefa8e77436fbd0366b69638b1c8713 (diff)
crawl: 0.24.0 -> 0.24.1
Diffstat (limited to 'pkgs/games/crawl')
-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