ocamlPackages.hacl_x25519: 0.2.0 -> 0.2.2

This commit is contained in:
Ulrik Strid 2022-03-24 14:54:23 +01:00 committed by Vincent Laporte
parent ad81f8dbef
commit 26e7906a96

View File

@ -3,11 +3,11 @@
buildDunePackage rec {
pname = "hacl_x25519";
version = "0.2.0";
version = "0.2.2";
src = fetchurl {
url = "https://github.com/mirage/hacl/releases/download/v${version}/${pname}-v${version}.tbz";
sha256 = "0ppq56i2yhxzz38w120aynnkx10kncl86zvqip9zx0v4974k3k4x";
sha256 = "sha256-gWdUqOj5c50ObZjO1uULAmoo1ZIyRFxQUaZuQzLMVy0=";
};
useDune2 = true;