ocamlPackages.hacl_x25519: 0.2.0 -> 0.2.2

authored by Ulrik Strid and committed by Vincent Laporte 26e7906a ad81f8db

+2 -2
+2 -2
pkgs/development/ocaml-modules/hacl_x25519/default.nix
··· 3 4 buildDunePackage rec { 5 pname = "hacl_x25519"; 6 - version = "0.2.0"; 7 8 src = fetchurl { 9 url = "https://github.com/mirage/hacl/releases/download/v${version}/${pname}-v${version}.tbz"; 10 - sha256 = "0ppq56i2yhxzz38w120aynnkx10kncl86zvqip9zx0v4974k3k4x"; 11 }; 12 13 useDune2 = true;
··· 3 4 buildDunePackage rec { 5 pname = "hacl_x25519"; 6 + version = "0.2.2"; 7 8 src = fetchurl { 9 url = "https://github.com/mirage/hacl/releases/download/v${version}/${pname}-v${version}.tbz"; 10 + sha256 = "sha256-gWdUqOj5c50ObZjO1uULAmoo1ZIyRFxQUaZuQzLMVy0="; 11 }; 12 13 useDune2 = true;