summaryrefslogtreecommitdiffstats
path: root/pkgs/games/crawl
diff options
context:
space:
mode:
authorFlorent Becker <florent.becker@ens-lyon.org>2015-11-19 14:48:36 +0100
committerFlorent Becker <florent.becker@ens-lyon.org>2015-11-19 14:48:36 +0100
commit4e0cdaa01c06b87c5fae1be4e28352dacb9e32d0 (patch)
tree7cdec6fc2fe7c0b455a5d550f5bc419106a2c9ab /pkgs/games/crawl
parenta779b5715357bf863684a84a5f56d3947846860b (diff)
crawl: 0.16.2 -> 0.17.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 061513650600..e09e5ed730b3 100644
--- a/pkgs/games/crawl/default.nix
+++ b/pkgs/games/crawl/default.nix
@@ -3,7 +3,7 @@
, tileMode ? true
}:
-let version = "0.16.2";
+let version = "0.17.0";
in
stdenv.mkDerivation rec {
name = "crawl-${version}" + (if tileMode then "-tiles" else "");
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
owner = "crawl-ref";
repo = "crawl-ref";
rev = version;
- sha256 = "08ns49if8941vsg6abywgw3mnjafgj5sga0cdvvvviq0qqzprhw9";
+ sha256 = "0igvgi3dgf73da4gznc2dcbiix79hn08qk9yalrc92d2c1xxdawh";
};
patches = [ ./crawl_purify.patch ];