ocamlPackages.sail: 0.19 -> 0.19.1 (#423348)

This commit is contained in:
Weijia Wang 2025-08-03 11:25:32 -06:00 committed by GitHub
commit 79b68894ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
lem,
linksem,
yojson,
version ? "0.19",
version ? "0.19.1",
}:
buildDunePackage {
@ -25,7 +25,7 @@ buildDunePackage {
src = fetchurl {
url = "https://github.com/rems-project/sail/releases/download/${version}/sail-${version}.tbz";
hash = "sha256-VFjmmsCl2fUnONGUZQnFAYl/VIesy5YQsfIMMDBdI+A=";
hash = "sha256-Xplpi2NnwBgTPJCq7Szv8XPeINtuYcM+KxlZSh1IKjI=";
};
minimalOCamlVersion = "4.08";