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 { stdenv.mkDerivation rec {
pname = "crawl${lib.optionalString tileMode "-tiles"}"; pname = "crawl${lib.optionalString tileMode "-tiles"}";
version = "0.32.0"; version = "0.32.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "crawl"; owner = "crawl";
repo = "crawl"; repo = "crawl";
rev = version; rev = version;
hash = "sha256-OHdFGSvDfpdachdnmvjhsUvuemBXINwls0Id7qwY9sA="; hash = "sha256-jhjFC8+A2dQomMwKZPSiEViXeQpty2Dk9alDcNsLvq0=";
}; };
# Patch hard-coded paths and remove force library builds # Patch hard-coded paths and remove force library builds