From 9b20aeaf34d48abf54d0dcdc71372b51660b92d6 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 4 Sep 2025 22:11:14 +0000 Subject: [PATCH] ocamlPackages.mirage-mtime: 5.0.0 -> 5.2.0 --- pkgs/development/ocaml-modules/mirage-mtime/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/mirage-mtime/default.nix b/pkgs/development/ocaml-modules/mirage-mtime/default.nix index 5293a65c7eee..e2e7aec70a56 100644 --- a/pkgs/development/ocaml-modules/mirage-mtime/default.nix +++ b/pkgs/development/ocaml-modules/mirage-mtime/default.nix @@ -3,7 +3,7 @@ fetchurl, buildDunePackage, mtime, - version ? "5.0.0", + version ? "5.2.0", }: buildDunePackage { @@ -13,7 +13,7 @@ buildDunePackage { src = fetchurl { url = "https://github.com/mirage/mirage-mtime/releases/download/v${version}/mirage-mtime-${version}.tbz"; - hash = "sha256-IwdaAyZyj8gfRPxQP9SOwb28AbtVy9PY7qcr0Pns9GU="; + hash = "sha256-kaBDUqQF1SFecku85iRnX9ji18TjbTIlz4BlRuRAib8="; }; propagatedBuildInputs = [