ocamlPackages.ocamlbuild: 0.14.2 -> 0.14.3

This commit is contained in:
R. Ryantm 2024-01-05 06:33:54 +00:00 committed by Vincent Laporte
parent 80ce8491f6
commit f6c220abd4

View File

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