crawl: 0.22.0 -> 0.22.1 (#46952)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/crawl/versions
This commit is contained in:
R. RyanTM 2018-09-28 11:54:49 -07:00 committed by xeji
parent 0b324f35f6
commit b96e52565d

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "crawl-${version}${lib.optionalString tileMode "-tiles"}"; name = "crawl-${version}${lib.optionalString tileMode "-tiles"}";
version = "0.22.0"; version = "0.22.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "crawl-ref"; owner = "crawl-ref";
repo = "crawl-ref"; repo = "crawl-ref";
rev = version; rev = version;
sha256 = "1bzhqrc944rgpdnnid3c5h2r3dvyw70cs70hazzm0cv5aipdkhbl"; sha256 = "19yzl241glv2zazifgz59bw3jlh4hj59xx5w002hnh9rp1w15rnr";
}; };
# Patch hard-coded paths in the makefile # Patch hard-coded paths in the makefile