From 60b2653a8116c9cfcd91b0161444cb227920b9a2 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 14 Jul 2026 13:42:21 +0000 Subject: [PATCH] ocamlPackages.digestif: 1.3.0 -> 1.3.1 --- 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 404fa325250d..1903e0ea563b 100644 --- a/pkgs/development/ocaml-modules/digestif/default.nix +++ b/pkgs/development/ocaml-modules/digestif/default.nix @@ -10,11 +10,11 @@ buildDunePackage (finalAttrs: { pname = "digestif"; - version = "1.3.0"; + version = "1.3.1"; src = fetchurl { url = "https://github.com/mirage/digestif/releases/download/v${finalAttrs.version}/digestif-${finalAttrs.version}.tbz"; - hash = "sha256-mmzcszJTnIf0cj/DvXNiayZ1p7EWH98P7TCRhs4Y9Cc="; + hash = "sha256-OSeUmlbUNawhBs24OUQAv/mJ1EVn66kDjkfbJmzIhGY="; }; propagatedBuildInputs = [ eqaf ];