Merge pull request #72155 from lightbulbjim/crawl-update
crawl: 0.23.2 -> 0.24.0
This commit is contained in:
commit
04d63387a4
1 changed files with 4 additions and 9 deletions
|
@ -8,22 +8,17 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "crawl-${version}${lib.optionalString tileMode "-tiles"}";
|
||||
version = "0.23.2";
|
||||
version = "0.24.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "crawl";
|
||||
repo = "crawl";
|
||||
rev = version;
|
||||
sha256 = "1d6mip4rvp81839yf2xm63hf34aza5wg4g5z5hi5275j94szaacs";
|
||||
sha256 = "1cdjd33z04gj70manavihc3lj9ckpmd75n09vvyw01z41s33fzs0";
|
||||
};
|
||||
|
||||
patches = [
|
||||
./crawl_purify.patch # Patch hard-coded paths and remove force library builds
|
||||
(fetchpatch { # Use a nice high-res app icon
|
||||
url = "https://github.com/crawl/crawl/commit/2aa1166087e44e6585b26cedf1fe81b3f3ba547f.patch";
|
||||
sha256 = "1jqrdv4wy18shg1fdabdb421232hg5micphkixcyzxd1lrmvadg0";
|
||||
})
|
||||
];
|
||||
# Patch hard-coded paths and remove force library builds
|
||||
patches = [ ./crawl_purify.patch ];
|
||||
|
||||
nativeBuildInputs = [ pkgconfig which perl pngcrush advancecomp ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue