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

cvc5: 1.0.4 -> 1.0.5
This commit is contained in:
Weijia Wang 2023-03-27 09:36:32 +03:00 committed by GitHub
commit c9d051b17d
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.4";
version = "1.0.5";
src = fetchFromGitHub {
owner = "cvc5";
repo = "cvc5";
rev = "cvc5-${version}";
hash = "sha256-1yJZtPZ4nMg9Kn3jHpN8b5XeFZ8ZeVLrKYWh7Rp3/oQ=";
hash = "sha256-l+L59QLLrAEVkAZjhxICJpa+j+jr1k/7B61JlapXGRI=";
};
nativeBuildInputs = [ pkg-config cmake flex ];