crawl: 0.31.0 -> 0.32.0 (#338289)

This commit is contained in:
Weijia Wang 2024-09-09 20:50:31 +02:00 committed by GitHub
commit 6af888f4c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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