From 86d0bfc85d063c3c66b04b7724b00f01d8ce7619 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 8 Jul 2025 00:04:05 +0000 Subject: [PATCH] ocamlPackages.sail: 0.19 -> 0.19.1 --- pkgs/development/ocaml-modules/sail/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/sail/default.nix b/pkgs/development/ocaml-modules/sail/default.nix index 8b2c4aaf817e..6231826baa92 100644 --- a/pkgs/development/ocaml-modules/sail/default.nix +++ b/pkgs/development/ocaml-modules/sail/default.nix @@ -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";