crawl: 0.24.1 -> 0.25.0

Thanks to @emilazy adding support for pkgconfig for SQLite upstream,
we can drop that part of the patch. The rest is still needed.
This commit is contained in:
Spencer Baugh
2020-06-12 21:55:49 -04:00
parent 6be09e27c9
commit 27373f56b4
2 changed files with 16 additions and 31 deletions
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
name = "crawl-${version}${lib.optionalString tileMode "-tiles"}";
version = "0.24.1";
version = "0.25.0";
src = fetchFromGitHub {
owner = "crawl";
repo = "crawl";
rev = version;
sha256 = "1fiizkigmbrw0nb1l1m3syl2mw4a4r36l1y0n4z8z7slp79bsbv4";
sha256 = "0swcl8cxz64yw8dl9macz8ar1ccwrkwz89j7s1f60inb5jlxifqm";
};
# Patch hard-coded paths and remove force library builds