From 3e70e41082788d5f24f5458b343ef41c4c78a267 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 14 Apr 2025 13:37:35 +0000 Subject: [PATCH] ocamlPackages.digestif: 1.2.0 -> 1.3.0 --- pkgs/development/ocaml-modules/digestif/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/digestif/default.nix b/pkgs/development/ocaml-modules/digestif/default.nix index 2512e2a7364d..4787a0b82e8a 100644 --- a/pkgs/development/ocaml-modules/digestif/default.nix +++ b/pkgs/development/ocaml-modules/digestif/default.nix @@ -14,13 +14,13 @@ buildDunePackage rec { pname = "digestif"; - version = "1.2.0"; + version = "1.3.0"; minimalOCamlVersion = "4.08"; src = fetchurl { url = "https://github.com/mirage/digestif/releases/download/v${version}/digestif-${version}.tbz"; - hash = "sha256-wwFoyv4nmmZTZ4BrPl5jmP10dPHlJg52gm1eydOypQg="; + hash = "sha256-mmzcszJTnIf0cj/DvXNiayZ1p7EWH98P7TCRhs4Y9Cc="; }; propagatedBuildInputs = [ eqaf ];