satysfi: 0.0.10 -> 0.0.11

https://github.com/gfngfn/SATySFi/releases/tag/v0.0.11
This commit is contained in:
Mutsuha Asada
2025-01-12 22:15:48 +09:00
parent 758c8b613e
commit 3195e4ccf6
+3 -3
View File
@@ -33,12 +33,12 @@ let
in
ocamlPackages.buildDunePackage rec {
pname = "satysfi";
version = "0.0.10";
version = "0.0.11";
src = fetchFromGitHub {
owner = "gfngfn";
repo = "SATySFi";
rev = "v${version}";
hash = "sha256-qgVM7ExsKtzNQkZO+I+rcWLj4LSvKL5uyitH7Jg+ns0=";
tag = "v${version}";
hash = "sha256-eeeoUVTGId56SQvrmmMc7nwH/blrXgwcw3+0FLbvc34=";
fetchSubmodules = true;
};