crawl: 0.33.1 -> 0.34.1

https://github.com/crawl/crawl/releases/tag/0.34.1
This commit is contained in:
Nathan Mills
2026-04-09 11:22:34 -07:00
parent 646c4ab848
commit a2d7928bbf
+4 -4
View File
@@ -4,7 +4,7 @@
fetchFromGitHub,
which,
sqlite,
lua5_1,
lua5_4,
perl,
python3,
zlib,
@@ -27,13 +27,13 @@
stdenv.mkDerivation rec {
pname = "crawl${lib.optionalString tileMode "-tiles"}";
version = "0.33.1";
version = "0.34.1";
src = fetchFromGitHub {
owner = "crawl";
repo = "crawl";
rev = version;
hash = "sha256-GXrYLGoQ1UwDHs+kLLcaBNpJ2BVMv4NhmpyfNFxPmg8=";
hash = "sha256-exntfZbGEDBwFA8AHhOoBPIXw/MDrHx5oxrxPDixpCc=";
};
# Patch hard-coded paths and remove force library builds
@@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
# Still unstable with luajit
buildInputs = [
lua5_1
lua5_4
zlib
sqlite
ncurses