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

cvc5: 1.0.0 -> 1.0.1
This commit is contained in:
Bobby Rong 2022-07-30 10:50:46 +08:00 committed by GitHub
commit ac95058e3c
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.0";
version = "1.0.1";
src = fetchFromGitHub {
owner = "cvc5";
repo = "cvc5";
rev = "cvc5-${version}";
sha256 = "03sxqwmlajffmv7lncqs1bx8gyihkpnikk87q9wjrd4776n13ign";
sha256 = "sha256-D3rexkDc78w/HObT/WYPBo8mTBx1MAkxPXJvddg97ic=";
};
nativeBuildInputs = [ pkg-config cmake ];