Skip to content

Commit 630f471

Browse files
authored
crawl: 0.32.0 -> 0.32.1 (#344641)
2 parents 5f9af4d + 3292bd5 commit 630f471

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/games/crawl/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828

2929
stdenv.mkDerivation rec {
3030
pname = "crawl${lib.optionalString tileMode "-tiles"}";
31-
version = "0.32.0";
31+
version = "0.32.1";
3232

3333
src = fetchFromGitHub {
3434
owner = "crawl";
3535
repo = "crawl";
3636
rev = version;
37-
hash = "sha256-OHdFGSvDfpdachdnmvjhsUvuemBXINwls0Id7qwY9sA=";
37+
hash = "sha256-jhjFC8+A2dQomMwKZPSiEViXeQpty2Dk9alDcNsLvq0=";
3838
};
3939

4040
# Patch hard-coded paths and remove force library builds

0 commit comments

Comments
 (0)