tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
cryptominisat: 5.11.12 -> 5.11.14
R. Ryantm
2 years ago
2a57ec40
c96a78b5
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
science
logic
cryptominisat
default.nix
+2
-2
pkgs/applications/science/logic/cryptominisat/default.nix
···
8
8
9
9
stdenv.mkDerivation rec {
10
10
pname = "cryptominisat";
11
11
-
version = "5.11.12";
11
11
+
version = "5.11.14";
12
12
13
13
src = fetchFromGitHub {
14
14
owner = "msoos";
15
15
repo = "cryptominisat";
16
16
rev = version;
17
17
-
hash = "sha256-1AJx8gPf+qDpAp0p4cfCObKZDWKDAKdGopllr2ajpHw=";
17
17
+
hash = "sha256-p/sVinjEh078PGtJ6JBRA8EmrJVcchBs9L3bRZvCHuo=";
18
18
};
19
19
20
20
buildInputs = [ python3 boost ];