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

cvc5: 1.0.1 -> 1.0.2
This commit is contained in:
Robert Scott 2022-08-29 21:43:21 +01:00 committed by GitHub
commit 829e42e59c
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.1";
version = "1.0.2";
src = fetchFromGitHub {
owner = "cvc5";
repo = "cvc5";
rev = "cvc5-${version}";
sha256 = "sha256-D3rexkDc78w/HObT/WYPBo8mTBx1MAkxPXJvddg97ic=";
sha256 = "sha256-RDslPz9b0R9NXaXoixSCenHEh+F3wg/8p4Ksrzh41PI=";
};
nativeBuildInputs = [ pkg-config cmake ];