cvc5: 1.0.6 → 1.0.7

This commit is contained in:
Vincent Laporte
2023-09-04 08:32:07 +02:00
committed by Vincent Laporte
parent 81a8aa7652
commit 62441cb5da
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "cvc5";
version = "1.0.6";
version = "1.0.7";
src = fetchFromGitHub {
owner = "cvc5";
repo = "cvc5";
rev = "cvc5-${version}";
hash = "sha256-pZiXAO92cwnYtaVMDFBEmk+NzDf4eKdc0eY0RltofPA=";
hash = "sha256-0uT2Lzz0ZbfNWZBptjaGI1fN0mMniBz41eEwipGc5fc=";
};
nativeBuildInputs = [ pkg-config cmake flex ];