about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/mirage-crypto
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-07-24 15:10:00 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2021-07-26 09:40:34 +0200
commite2a89729c5cec70b2aa8cfa2ac39cdf69bcf51bd (patch)
tree98714da21800e5b5cd02432c5537450df0459149 /pkgs/development/ocaml-modules/mirage-crypto
parentdbd370138358e0398491e3b334132be0c40a0115 (diff)
ocamlPackages.mirage-crypto: 0.10.1 -> 0.10.2
https://github.com/mirage/mirage-crypto/releases/tag/v0.10.2
Diffstat (limited to 'pkgs/development/ocaml-modules/mirage-crypto')
-rw-r--r--pkgs/development/ocaml-modules/mirage-crypto/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/mirage-crypto/default.nix b/pkgs/development/ocaml-modules/mirage-crypto/default.nix
index 549838db396cf..b35d7cc910cbb 100644
--- a/pkgs/development/ocaml-modules/mirage-crypto/default.nix
+++ b/pkgs/development/ocaml-modules/mirage-crypto/default.nix
@@ -7,11 +7,11 @@ buildDunePackage rec {
   minimumOCamlVersion = "4.08";
 
   pname = "mirage-crypto";
-  version = "0.10.1";
+  version = "0.10.2";
 
   src = fetchurl {
     url = "https://github.com/mirage/mirage-crypto/releases/download/v${version}/mirage-crypto-v${version}.tbz";
-    sha256 = "028e2fc1f0a3e9b06603c6a253ecd043100099bc1c12c0567d8bc46d3781499c";
+    sha256 = "96c4826fa3532c9d2ba21cd5fa25df003be3df20b2cc01068b60d59e0222d906";
   };
 
   useDune2 = true;