1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 11:10:03 +00:00

crawl: 0.31.0 -> 0.32.0

This commit is contained in:
R. Ryantm 2024-08-30 00:44:09 +00:00
parent 65bf97a942
commit 387cdfaf65

View file

@ -28,13 +28,13 @@
stdenv.mkDerivation rec {
pname = "crawl${lib.optionalString tileMode "-tiles"}";
version = "0.31.0";
version = "0.32.0";
src = fetchFromGitHub {
owner = "crawl";
repo = "crawl";
rev = version;
hash = "sha256-06tVEduk3Y2VDsoOuI4nGjN8p+wGZT7wEU80nBSg+UU=";
hash = "sha256-OHdFGSvDfpdachdnmvjhsUvuemBXINwls0Id7qwY9sA=";
};
# Patch hard-coded paths and remove force library builds