ocamlPackages.mirage-crypto: 0.11.0 -> 0.11.1

This commit is contained in:
R. Ryantm 2023-07-14 11:30:00 +00:00
parent 74174ea51f
commit c61151ef06

View file

@ -8,11 +8,11 @@ buildDunePackage rec {
duneVersion = "3";
pname = "mirage-crypto";
version = "0.11.0";
version = "0.11.1";
src = fetchurl {
url = "https://github.com/mirage/mirage-crypto/releases/download/v${version}/mirage-crypto-${version}.tbz";
sha256 = "sha256-A5SCuVmcIJo3dL0Tu//fQqEV0v3FuCxuANWnBo7hUeQ=";
sha256 = "sha256-DNoUeyCpK/cMXJ639VxnXQOrx2u9Sx8N2c9/w4AW0pw=";
};
doCheck = true;