ocamlPackages.git: 1.11.2 -> 1.11.4 (#33472)

This commit is contained in:
Vincent Laporte 2018-01-06 18:18:42 +01:00 committed by zimbatm
parent d7d3f359ae
commit 5391489cfc
2 changed files with 2 additions and 3 deletions

View File

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

View File

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