ocamlPackages.ocamlbuild: 0.14.1 → 0.14.2

This commit is contained in:
Vincent Laporte 2022-10-06 07:18:34 +02:00 committed by Vincent Laporte
parent ed50e17618
commit d618530963

View File

@ -1,13 +1,13 @@
{ lib, stdenv, fetchFromGitHub, ocaml, findlib }:
stdenv.mkDerivation rec {
pname = "ocaml${ocaml.version}-ocamlbuild";
version = "0.14.1";
version = "0.14.2";
src = fetchFromGitHub {
owner = "ocaml";
repo = "ocamlbuild";
rev = version;
sha256 = "sha256-ZL0BwOCWTNDjNkrwNAmzHjHF1Rpg3CUuV4lSqcwDqgI=";
sha256 = "sha256-QAqIMdi6M9V7RIX0kppKPSkCJE/pLx2iMdh5XYXQCJs=";
};
createFindlibDestdir = true;