about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/mirage-time
diff options
context:
space:
mode:
authorUlrik Strid <ulrik.strid@outlook.com>2022-03-24 18:04:18 +0100
committerUlrik Strid <ulrik.strid@outlook.com>2022-03-24 18:04:18 +0100
commitc26f0368bd9af7c65c1b0d165612340cdb2bd248 (patch)
treeacffdcfaf219818b440527a13e9b42392a7b08c1 /pkgs/development/ocaml-modules/mirage-time
parent30d2d4a499f904e8966eaeaf6a2867765efe1f6d (diff)
ocamlPackages.mirage-time: 2.0.1 -> 3.0.0
Diffstat (limited to 'pkgs/development/ocaml-modules/mirage-time')
-rw-r--r--pkgs/development/ocaml-modules/mirage-time/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/mirage-time/default.nix b/pkgs/development/ocaml-modules/mirage-time/default.nix
index 2e91bda61d6bd..1780ba05ac470 100644
--- a/pkgs/development/ocaml-modules/mirage-time/default.nix
+++ b/pkgs/development/ocaml-modules/mirage-time/default.nix
@@ -4,13 +4,13 @@ buildDunePackage rec {
   minimumOCamlVersion = "4.06";
 
   pname = "mirage-time";
-  version = "2.0.1";
+  version = "3.0.0";
 
   useDune2 = true;
 
   src = fetchurl {
     url = "https://github.com/mirage/mirage-time/releases/download/v${version}/mirage-time-v${version}.tbz";
-    sha256 = "1w6mm4g7fc19cs0ncs0s9fsnb1k1s04qqzs9bsqvq8ngsb90cbh0";
+    sha256 = "sha256-DUCUm1jix+i3YszIzgZjRQRiM8jJXQ49F6JC/yicvXw=";
   };
 
   propagatedBuildInputs = [ ocaml_lwt ];