crawl: 0.32.0 -> 0.32.1 (#344641)

This commit is contained in:
h7x4 2024-10-01 19:57:52 +02:00 committed by GitHub
commit 630f471f8f
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.32.0";
version = "0.32.1";
src = fetchFromGitHub {
owner = "crawl";
repo = "crawl";
rev = version;
hash = "sha256-OHdFGSvDfpdachdnmvjhsUvuemBXINwls0Id7qwY9sA=";
hash = "sha256-jhjFC8+A2dQomMwKZPSiEViXeQpty2Dk9alDcNsLvq0=";
};
# Patch hard-coded paths and remove force library builds