Skip to content

Commit

Permalink
ocamlPackages.git: 1.11.2 -> 1.11.4 (#33472)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl authored and zimbatm committed Jan 6, 2018
1 parent d7d3f35 commit 5391489
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion pkgs/development/ocaml-modules/git-http/default.nix
Expand Up @@ -15,6 +15,5 @@ stdenv.mkDerivation rec {
meta = {
description = "Client implementation of the “Smart” HTTP Git protocol in pure OCaml";
inherit (git.meta) homepage license maintainers platforms;
broken = true;
};
}
4 changes: 2 additions & 2 deletions pkgs/development/ocaml-modules/git/default.nix
Expand Up @@ -3,14 +3,14 @@
}:

stdenv.mkDerivation rec {
version = "1.11.2";
version = "1.11.4";
name = "ocaml${ocaml.version}-git-${version}";

src = fetchFromGitHub {
owner = "mirage";
repo = "ocaml-git";
rev = version;
sha256 = "1z5b0g4vck1sh1w076i2p3ppxrmb9h30q3nip5snw2r9prkm6y1j";
sha256 = "182b6shcfcq50r5snm01hwalnmck43x1xgdd4fvjb6q78pbwag2x";
};

buildInputs = [ ocaml findlib jbuilder ];
Expand Down

0 comments on commit 5391489

Please sign in to comment.