kissat: 4.0.2 -> 4.0.3 (#420977)

This commit is contained in:
Aleksana 2025-07-08 11:32:17 +08:00 committed by GitHub
commit db1e62b7c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,13 +25,13 @@ let
in
stdenv.mkDerivation rec {
pname = "kissat";
version = "4.0.2";
version = "4.0.3";
src = fetchFromGitHub {
owner = "arminbiere";
repo = "kissat";
rev = "rel-${version}";
sha256 = "sha256-XVaWO1zHMXM83Qih3HnmIsOvM1zpefF6u9lBP420/mQ=";
sha256 = "sha256-IlMHtsEYafpbCNZfbeJo1JS5S5qcZQt1aDWjv+xxoqM=";
};
outputs = [