tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
black-hole-solver: 1.10.1 -> 1.12.0
R. Ryantm
3 years ago
47be0b37
0e671e2b
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
games
black-hole-solver
default.nix
+2
-2
pkgs/games/black-hole-solver/default.nix
···
6
7
stdenv.mkDerivation rec {
8
pname = "black-hole-solver";
9
-
version = "1.10.1";
10
11
meta = with lib; {
12
homepage = "https://www.shlomifish.org/open-source/projects/black-hole-solitaire-solver/";
···
16
17
src = fetchurl {
18
url = "https://fc-solve.shlomifish.org/downloads/fc-solve/${pname}-${version}.tar.xz";
19
-
sha256 = "1qhihmk4fwz6n16c7bnxnh3v7jhbb7xhkc9wk9484bp0k4x9bq9n";
20
};
21
22
nativeBuildInputs = [ cmake perl pkg-config python3 ];
···
6
7
stdenv.mkDerivation rec {
8
pname = "black-hole-solver";
9
+
version = "1.12.0";
10
11
meta = with lib; {
12
homepage = "https://www.shlomifish.org/open-source/projects/black-hole-solitaire-solver/";
···
16
17
src = fetchurl {
18
url = "https://fc-solve.shlomifish.org/downloads/fc-solve/${pname}-${version}.tar.xz";
19
+
sha256 = "sha256-0y8yU291cykliPQbsNha5C1WE3bCGNxKtrrf5JBKN6c=";
20
};
21
22
nativeBuildInputs = [ cmake perl pkg-config python3 ];