Merge pull request #206302 from r-ryantm/auto-update/cvc5

cvc5: 1.0.2 -> 1.0.3
This commit is contained in:
Robert Scott 2022-12-18 14:57:22 +00:00 committed by GitHub
commit 2d9b5f9e04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "cvc5";
version = "1.0.2";
version = "1.0.3";
src = fetchFromGitHub {
owner = "cvc5";
repo = "cvc5";
rev = "cvc5-${version}";
sha256 = "sha256-RDslPz9b0R9NXaXoixSCenHEh+F3wg/8p4Ksrzh41PI=";
sha256 = "sha256-CVXK6yehfUrSbo8R1Dk1oc/siCtmV9DjEp6q+aLuVQA=";
};
nativeBuildInputs = [ pkg-config cmake ];