cryptominisat: 5.11.11 -> 5.11.12
This commit is contained in:
parent
1c7948a780
commit
fcf9eb1b51
1 changed files with 2 additions and 2 deletions
|
@ -8,13 +8,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "cryptominisat";
|
||||
version = "5.11.11";
|
||||
version = "5.11.12";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "msoos";
|
||||
repo = "cryptominisat";
|
||||
rev = version;
|
||||
hash = "sha256-TYuOgOOs1EsdNz7ctZMsArTlw3QzHjiPZVozuniiPcI=";
|
||||
hash = "sha256-1AJx8gPf+qDpAp0p4cfCObKZDWKDAKdGopllr2ajpHw=";
|
||||
};
|
||||
|
||||
buildInputs = [ python3 boost ];
|
||||
|
|
Loading…
Reference in a new issue