Merge pull request #84653 from r-ryantm/auto-update/crawl
crawl: 0.24.0 -> 0.24.1
This commit is contained in:
commit
2565ed7cb9
1 changed files with 3 additions and 3 deletions
|
@ -8,13 +8,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "crawl-${version}${lib.optionalString tileMode "-tiles"}";
|
name = "crawl-${version}${lib.optionalString tileMode "-tiles"}";
|
||||||
version = "0.24.0";
|
version = "0.24.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "crawl";
|
owner = "crawl";
|
||||||
repo = "crawl";
|
repo = "crawl";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1cdjd33z04gj70manavihc3lj9ckpmd75n09vvyw01z41s33fzs0";
|
sha256 = "1fiizkigmbrw0nb1l1m3syl2mw4a4r36l1y0n4z8z7slp79bsbv4";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Patch hard-coded paths and remove force library builds
|
# Patch hard-coded paths and remove force library builds
|
||||||
|
@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Open-source, single-player, role-playing roguelike game";
|
description = "Open-source, single-player, role-playing roguelike game";
|
||||||
homepage = http://crawl.develz.org/;
|
homepage = "http://crawl.develz.org/";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Dungeon Crawl: Stone Soup, an open-source, single-player, role-playing
|
Dungeon Crawl: Stone Soup, an open-source, single-player, role-playing
|
||||||
roguelike game of exploration and treasure-hunting in dungeons filled
|
roguelike game of exploration and treasure-hunting in dungeons filled
|
||||||
|
|
Loading…
Reference in a new issue