Skip to content

Commit 222c194

Browse files
r-ryantmvbgl
authored andcommitted
cvc5: 1.1.0 -> 1.1.1
1 parent 7308198 commit 222c194

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/science/logic/cvc5/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
stdenv.mkDerivation rec {
44
pname = "cvc5";
5-
version = "1.1.0";
5+
version = "1.1.1";
66

77
src = fetchFromGitHub {
88
owner = "cvc5";
99
repo = "cvc5";
1010
rev = "cvc5-${version}";
11-
hash = "sha256-BWmIxQz+if402f7zsFROWG1TXbcsg50FJbnffJFYun4=";
11+
hash = "sha256-TU2ZG6/9bXRPozvEVUiSWixImY38iavD3huhSU8DbCw=";
1212
};
1313

1414
nativeBuildInputs = [ pkg-config cmake flex ];

0 commit comments

Comments
 (0)