Merge pull request #260233 from r-ryantm/auto-update/kissat

kissat: 3.1.0 -> 3.1.1
This commit is contained in:
Weijia Wang 2023-10-10 18:42:52 +02:00 committed by GitHub
commit 5a27d05b4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "kissat";
version = "3.1.0";
version = "3.1.1";
src = fetchFromGitHub {
owner = "arminbiere";
repo = "kissat";
rev = "rel-${version}";
sha256 = "sha256-AFUVkkD+toOfVEvIKfz3ncEdABLRxs9yQ8aJx6Q0ETM=";
sha256 = "sha256-zK20/vhbVihrxmd52DjByDUO99pBAr8SlJtQpX5fmwY=";
};
outputs = [ "out" "dev" "lib" ];