From eaa176afd146a96791c2b99d7f452dfd7d56f925 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Fri, 30 Sep 2022 18:14:36 +0200 Subject: [PATCH] =?UTF-8?q?ocamlPackages.checkseum:=200.3.4=20=E2=86=92=20?= =?UTF-8?q?0.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/ocaml-modules/checkseum/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/checkseum/default.nix b/pkgs/development/ocaml-modules/checkseum/default.nix index fd35b468cc6..0b14aa57c74 100644 --- a/pkgs/development/ocaml-modules/checkseum/default.nix +++ b/pkgs/development/ocaml-modules/checkseum/default.nix @@ -6,14 +6,14 @@ }: buildDunePackage rec { - version = "0.3.4"; + version = "0.4.0"; pname = "checkseum"; minimalOCamlVersion = "4.07"; src = fetchurl { url = "https://github.com/mirage/checkseum/releases/download/v${version}/checkseum-${version}.tbz"; - sha256 = "sha256-BL4BOwxXORrkOOba4QjRSetm8bF9JmlKHSFPq24+1zg="; + sha256 = "sha256-K6QPMts5+hxH2a+WQ1N0lwMBoshG2T0bSozNgzRvAlo="; }; buildInputs = [ dune-configurator ];