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
This commit is contained in:
R. RyanTM 2019-03-15 15:27:24 -07:00 committed by xeji
parent 49b9040354
commit 99f9563830

View file

@ -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 ];