tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
crawlTiles: 0.28.0 -> 0.29.0
R. Ryantm
3 years ago
249dfd09
6895427d
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
games
crawl
default.nix
+2
-2
pkgs/games/crawl/default.nix
···
8
8
9
9
stdenv.mkDerivation rec {
10
10
pname = "crawl${lib.optionalString tileMode "-tiles"}";
11
11
-
version = "0.28.0";
11
11
+
version = "0.29.0";
12
12
13
13
src = fetchFromGitHub {
14
14
owner = "crawl";
15
15
repo = "crawl";
16
16
rev = version;
17
17
-
sha256 = "sha256-pVEE3g+NDwpsrakyj4YIk53aE+LCiIaRhOqos4huh9A=";
17
17
+
sha256 = "sha256-SM8dSDV+88QGMqoFkITop1PHh9EakdgiV4tkXCw9pjM=";
18
18
};
19
19
20
20
# Patch hard-coded paths and remove force library builds