Merge pull request #269004 from r-ryantm/auto-update/cadical

cadical: 1.8.0 -> 1.9.0
This commit is contained in:
Fabián Heredia Montiel 2023-11-22 06:03:41 +00:00 committed by GitHub
commit 4582f56d3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "cadical";
version = "1.8.0";
version = "1.9.0";
src = fetchFromGitHub {
owner = "arminbiere";
repo = "cadical";
rev = "rel-${version}";
sha256 = "sha256-hY7+gTwBqQegbm5RjLKhM2vfBOjIRz797Z6wd6usj9s=";
sha256 = "sha256-2cMaBo4u7uqrsp11dc9PHOI9ZBnir51BftPE4C6/U7Q=";
};
outputs = [ "out" "dev" "lib" ];