From 830dbba75df7d071d0c827b95e50e69c5a016143 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Fri, 24 Mar 2023 13:53:18 +0100 Subject: [PATCH] =?UTF-8?q?ocamlPackages.digestif:=201.1.3=20=E2=86=92=201?= =?UTF-8?q?.1.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 aea37701423c..4bdc9f2e5ca2 100644 --- a/pkgs/development/ocaml-modules/digestif/default.nix +++ b/pkgs/development/ocaml-modules/digestif/default.nix @@ -5,14 +5,14 @@ buildDunePackage rec { pname = "digestif"; - version = "1.1.3"; + version = "1.1.4"; minimalOCamlVersion = "4.08"; duneVersion = "3"; src = fetchurl { url = "https://github.com/mirage/digestif/releases/download/v${version}/digestif-${version}.tbz"; - hash = "sha256-wyuOy8QLImRa49bjhrucnFqy/eEwolLplLGOsNWAyS4="; + hash = "sha256-w3k+cg8NqAVPYobFRcghp/6+iC5/TlSX7ImxWjU1EeE="; }; propagatedBuildInputs = [ eqaf ];