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

cvc5: 1.0.8 -> 1.0.9
This commit is contained in:
Mario Rodas 2023-12-26 16:02:43 -05:00 committed by GitHub
commit 126fcb5e99
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.8";
version = "1.0.9";
src = fetchFromGitHub {
owner = "cvc5";
repo = "cvc5";
rev = "cvc5-${version}";
hash = "sha256-2sJKHD7Wzznut4hKOyxgc4LR4H+4u3m8Gq02+v+m5lM=";
hash = "sha256-AwUQHFftn51Xt6HtmDsWAdkOS8i64r2FhaHu31KYwZA=";
};
nativeBuildInputs = [ pkg-config cmake flex ];