about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorUlrik Strid <ulrik.strid@outlook.com>2022-03-24 18:03:20 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2022-07-07 21:40:38 +0200
commit9b3ec85d58665024ffd4f31f9c8009a48a2f6d67 (patch)
tree9c91d347284a14c1325485faed19d8c43a41f157 /pkgs/development/ocaml-modules
parent63ae1a277e15594cb03d363323a06ca132fca54a (diff)
ocamlPackages.mirage-random: 2.0.0 -> 3.0.0
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/mirage-random/default.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/development/ocaml-modules/mirage-random/default.nix b/pkgs/development/ocaml-modules/mirage-random/default.nix
index defde0ba89fb6..a119395764e57 100644
--- a/pkgs/development/ocaml-modules/mirage-random/default.nix
+++ b/pkgs/development/ocaml-modules/mirage-random/default.nix
@@ -2,13 +2,11 @@
 
 buildDunePackage rec {
   pname = "mirage-random";
-  version = "2.0.0";
-
-  useDune2 = true;
+  version = "3.0.0";
 
   src = fetchurl {
     url = "https://github.com/mirage/mirage-random/releases/download/v${version}/mirage-random-v${version}.tbz";
-    sha256 = "0qj41d5smkkkbjwsnz71bhhj94d2cwv53rf3j4rhky0pqbkidnv1";
+    sha256 = "sha256-Sf4/KB1kMMwXI+yr5H/JuOmynYPNXwlk9dAA+gFAZs8=";
   };
 
   propagatedBuildInputs = [ cstruct ];