cvc5: 1.2.1 → 1.3.0 (#419186)

This commit is contained in:
Aleksana
2025-06-25 11:47:58 +08:00
committed by GitHub
2 changed files with 4 additions and 5 deletions
@@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "cvc5";
version = "1.2.1";
version = "1.3.0";
src = fetchFromGitHub {
owner = "cvc5";
repo = "cvc5";
rev = "cvc5-${version}";
hash = "sha256-mTWPGYeUH05qmLYUtNpsFXicUm3GMrQC06t7Z4J1YQ0=";
hash = "sha256-w8rIGPG9BTEPV9HG2U40A4DYYnC6HaWbzqDKCRhaT00=";
};
nativeBuildInputs = [
+2 -3
View File
@@ -15607,9 +15607,8 @@ with pkgs;
});
stdenv = gccStdenv;
};
cvc5 = callPackage ../applications/science/logic/cvc5 {
cadical = pkgs.cadical.override { version = "2.0.0"; };
};
cvc5 = callPackage ../applications/science/logic/cvc5 { };
ekrhyper = callPackage ../applications/science/logic/ekrhyper {
ocaml = ocaml-ng.ocamlPackages_4_14_unsafe_string.ocaml;