ocamlPackages.git: 1.11.2 -> 1.11.4 (#33472)
This commit is contained in:
parent
d7d3f359ae
commit
5391489cfc
@ -15,6 +15,5 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Client implementation of the “Smart” HTTP Git protocol in pure OCaml";
|
description = "Client implementation of the “Smart” HTTP Git protocol in pure OCaml";
|
||||||
inherit (git.meta) homepage license maintainers platforms;
|
inherit (git.meta) homepage license maintainers platforms;
|
||||||
broken = true;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -3,14 +3,14 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.11.2";
|
version = "1.11.4";
|
||||||
name = "ocaml${ocaml.version}-git-${version}";
|
name = "ocaml${ocaml.version}-git-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mirage";
|
owner = "mirage";
|
||||||
repo = "ocaml-git";
|
repo = "ocaml-git";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1z5b0g4vck1sh1w076i2p3ppxrmb9h30q3nip5snw2r9prkm6y1j";
|
sha256 = "182b6shcfcq50r5snm01hwalnmck43x1xgdd4fvjb6q78pbwag2x";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ocaml findlib jbuilder ];
|
buildInputs = [ ocaml findlib jbuilder ];
|
||||||
|
Loading…
Reference in New Issue
Block a user