From 4718ba1ab10d109e2383854c5c56c2c2340c00c1 Mon Sep 17 00:00:00 2001 From: sternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org> Date: Thu, 19 Nov 2020 15:13:31 +0100 Subject: ocamlPackages.ca-certs: 0.1.2 → 0.1.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/ocaml-modules/ca-certs/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/ocaml-modules/ca-certs/default.nix b/pkgs/development/ocaml-modules/ca-certs/default.nix index 136187e9d3c41..65b411c52d523 100644 --- a/pkgs/development/ocaml-modules/ca-certs/default.nix +++ b/pkgs/development/ocaml-modules/ca-certs/default.nix @@ -1,21 +1,21 @@ { lib, buildDunePackage, fetchurl -, bos, fpath, rresult, ptime, mirage-crypto, x509 +, bos, fpath, rresult, ptime, mirage-crypto, x509, astring, logs }: buildDunePackage rec { pname = "ca-certs"; - version = "0.1.2"; + version = "0.1.3"; minimumOCamlVersion = "4.07"; src = fetchurl { url = "https://github.com/mirage/ca-certs/releases/download/v${version}/ca-certs-v${version}.tbz"; - sha256 = "10bbqbrsqcmslz56zc5407knalh3kqypbm7lblnzzbidbapa9wpz"; + sha256 = "0jpghxjp2n8wx6ig0d2x87ycaql6mb92w8ai3xh3jb288m7g02zn"; }; useDune2 = true; - propagatedBuildInputs = [ bos fpath rresult ptime mirage-crypto x509 ]; + propagatedBuildInputs = [ bos fpath rresult ptime mirage-crypto x509 astring logs ]; # tests need access to network and systemwide ca cert chain doCheck = false; -- cgit 1.4.1