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

cadical: 1.9.4 -> 1.9.5
This commit is contained in:
Pol Dellaiera 2024-03-06 21:52:08 +01:00 committed by GitHub
commit 59003b207f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "cadical";
version = "1.9.4";
version = "1.9.5";
src = fetchFromGitHub {
owner = "arminbiere";
repo = "cadical";
rev = "rel-${version}";
sha256 = "sha256-cSuvvd7ci8jXzFowS7+V3bor7bXCxaKcGdDU91nIo+k=";
sha256 = "sha256-mAKuz8WjX+ywQ7Sw5hRMPftsbbilTlmQ9qZVowXxs28=";
};
outputs = [ "out" "dev" "lib" ];