crawl: 0.32.1 -> 0.33.1 (#403675)

This commit is contained in:
Peder Bergebakken Sundt
2025-06-24 05:17:34 +02:00
committed by GitHub
+2 -2
View File
@@ -27,13 +27,13 @@
stdenv.mkDerivation rec {
pname = "crawl${lib.optionalString tileMode "-tiles"}";
version = "0.32.1";
version = "0.33.1";
src = fetchFromGitHub {
owner = "crawl";
repo = "crawl";
rev = version;
hash = "sha256-jhjFC8+A2dQomMwKZPSiEViXeQpty2Dk9alDcNsLvq0=";
hash = "sha256-GXrYLGoQ1UwDHs+kLLcaBNpJ2BVMv4NhmpyfNFxPmg8=";
};
# Patch hard-coded paths and remove force library builds