tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
cutemaze: 1.3.4 -> 1.3.5
R. Ryantm
11 months ago
bff27deb
795a271b
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
games
cutemaze
default.nix
+2
-2
pkgs/games/cutemaze/default.nix
···
12
13
stdenv.mkDerivation rec {
14
pname = "cutemaze";
15
-
version = "1.3.4";
16
17
src = fetchurl {
18
url = "https://gottcode.org/cutemaze/cutemaze-${version}.tar.bz2";
19
-
hash = "sha256-DKWg/wuWSsjs9dkJlanIxQhVWpebWRx5h6SRi5yFm84=";
20
};
21
22
nativeBuildInputs = [
···
12
13
stdenv.mkDerivation rec {
14
pname = "cutemaze";
15
+
version = "1.3.5";
16
17
src = fetchurl {
18
url = "https://gottcode.org/cutemaze/cutemaze-${version}.tar.bz2";
19
+
hash = "sha256-a+QIOD0TB0AGnqIUgtkMBZuPUCQbXp4NtZ6b0vk/J0c=";
20
};
21
22
nativeBuildInputs = [