3
0
Fork 0
forked from mirrors/nixpkgs

ocamlPackages.batteries: 3.4.0 -> 3.5.1

This commit is contained in:
R. Ryantm 2022-03-09 08:30:03 +00:00 committed by superherointj
parent 8befefd1a7
commit c2f68f081c

View file

@ -8,13 +8,13 @@ else
stdenv.mkDerivation rec {
pname = "ocaml${ocaml.version}-batteries";
version = "3.4.0";
version = "3.5.1";
src = fetchFromGitHub {
owner = "ocaml-batteries-team";
repo = "batteries-included";
rev = "v${version}";
sha256 = "sha256:1cd7475n1mxhq482aidmhh27mq5p2vmb8d9fkb1mlza9pz5z66yq";
sha256 = "sha256-lLlpsg1v7mYFJ61rTdLV2v8/McK1R4HDTTuyka48aBw=";
};
nativeBuildInputs = [ ocaml findlib ocamlbuild ];