We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7308198 commit 222c194Copy full SHA for 222c194
pkgs/applications/science/logic/cvc5/default.nix
@@ -2,13 +2,13 @@
2
3
stdenv.mkDerivation rec {
4
pname = "cvc5";
5
- version = "1.1.0";
+ version = "1.1.1";
6
7
src = fetchFromGitHub {
8
owner = "cvc5";
9
repo = "cvc5";
10
rev = "cvc5-${version}";
11
- hash = "sha256-BWmIxQz+if402f7zsFROWG1TXbcsg50FJbnffJFYun4=";
+ hash = "sha256-TU2ZG6/9bXRPozvEVUiSWixImY38iavD3huhSU8DbCw=";
12
};
13
14
nativeBuildInputs = [ pkg-config cmake flex ];
0 commit comments