Skip to content

Commit

Permalink
ocamlPackages.hacl_x25519: 0.2.0 -> 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrikstrid authored and vbgl committed May 23, 2022
1 parent ad81f8d commit 26e7906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/ocaml-modules/hacl_x25519/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 26e7906

Please sign in to comment.