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

authored by Weijia Wang and committed by GitHub 79b68894 9098504c

Changed files
+2 -2
pkgs
development
ocaml-modules
+2 -2
pkgs/development/ocaml-modules/sail/default.nix
··· 16 16 lem, 17 17 linksem, 18 18 yojson, 19 - version ? "0.19", 19 + version ? "0.19.1", 20 20 }: 21 21 22 22 buildDunePackage { ··· 25 25 26 26 src = fetchurl { 27 27 url = "https://github.com/rems-project/sail/releases/download/${version}/sail-${version}.tbz"; 28 - hash = "sha256-VFjmmsCl2fUnONGUZQnFAYl/VIesy5YQsfIMMDBdI+A="; 28 + hash = "sha256-Xplpi2NnwBgTPJCq7Szv8XPeINtuYcM+KxlZSh1IKjI="; 29 29 }; 30 30 31 31 minimalOCamlVersion = "4.08";