tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
crawl: 0.27.0 -> 0.27.1
R. RyanTM
4 years ago
2caeaca5
456481aa
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
games
crawl
default.nix
+2
-2
pkgs/games/crawl/default.nix
···
8
9
stdenv.mkDerivation rec {
10
name = "crawl-${version}${lib.optionalString tileMode "-tiles"}";
11
-
version = "0.27.0";
12
13
src = fetchFromGitHub {
14
owner = "crawl";
15
repo = "crawl";
16
rev = version;
17
-
sha256 = "sha256-TTdzFWoWn9OfxosEsxUjmDtPmtHukpT0J/0y4kUvBvo=";
18
};
19
20
# Patch hard-coded paths and remove force library builds
···
8
9
stdenv.mkDerivation rec {
10
name = "crawl-${version}${lib.optionalString tileMode "-tiles"}";
11
+
version = "0.27.1";
12
13
src = fetchFromGitHub {
14
owner = "crawl";
15
repo = "crawl";
16
rev = version;
17
+
sha256 = "sha256-fyI7OIzhYXNTjIgJLqApyPMmiG3iof1b5XuGudNanos=";
18
};
19
20
# Patch hard-coded paths and remove force library builds