From 99f95638303bb1f1690a81834d3876f0e3f88c8f Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Fri, 15 Mar 2019 15:27:24 -0700 Subject: [PATCH] ocamlPackages.resource-pooling: 0.5.2 -> 0.6 (#55237) Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ocaml4.06.1-resource-pooling/versions --- pkgs/development/ocaml-modules/resource-pooling/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/resource-pooling/default.nix b/pkgs/development/ocaml-modules/resource-pooling/default.nix index 71f2d51060cf..9a053d4e9a2e 100644 --- a/pkgs/development/ocaml-modules/resource-pooling/default.nix +++ b/pkgs/development/ocaml-modules/resource-pooling/default.nix @@ -7,14 +7,14 @@ then throw "${pname} is not available for OCaml ${ocaml.version}" else stdenv.mkDerivation rec { - version = "0.5.2"; + version = "0.6"; name = "ocaml${ocaml.version}-${pname}-${version}"; src = fetchFromGitHub { owner = "ocsigen"; repo = pname; rev = version; - sha256 = "00rz1i61w2dy108hzv38rblnsv6b56b5a1mk5h3zddpivcljp2dh"; + sha256 = "1hw98a4pndq6ms4vfsyz0ynfz8g21fm73fc7s1gx824fhdx4ywgd"; }; buildInputs = [ ocaml findlib ocamlbuild ];