Merge pull request #132205 from r-ryantm/auto-update/crawl

crawl: 0.26.1 -> 0.27.0
This commit is contained in:
Ben Siraphob 2021-07-31 23:47:57 +07:00 committed by GitHub
commit 5aa8c120b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
name = "crawl-${version}${lib.optionalString tileMode "-tiles"}";
version = "0.26.1";
version = "0.27.0";
src = fetchFromGitHub {
owner = "crawl";
repo = "crawl";
rev = version;
sha256 = "sha256-lh0lCMZRH+c6jSHjLFDU3wjy6Oyp59ZcPaqg5PWVrkk=";
sha256 = "sha256-TTdzFWoWn9OfxosEsxUjmDtPmtHukpT0J/0y4kUvBvo=";
};
# Patch hard-coded paths and remove force library builds