From c26f0368bd9af7c65c1b0d165612340cdb2bd248 Mon Sep 17 00:00:00 2001 From: Ulrik Strid Date: Thu, 24 Mar 2022 18:04:18 +0100 Subject: [PATCH] ocamlPackages.mirage-time: 2.0.1 -> 3.0.0 --- pkgs/development/ocaml-modules/mirage-time/default.nix | 4 ++-- 1 file 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 2e91bda61d6..1780ba05ac4 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 ];