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

Changed files
+2 -3
pkgs
development
ocaml-modules
git
git-http
-1
pkgs/development/ocaml-modules/git-http/default.nix
···
meta = {
description = "Client implementation of the “Smart” HTTP Git protocol in pure OCaml";
inherit (git.meta) homepage license maintainers platforms;
-
broken = true;
};
}
···
meta = {
description = "Client implementation of the “Smart” HTTP Git protocol in pure OCaml";
inherit (git.meta) homepage license maintainers platforms;
};
}
+2 -2
pkgs/development/ocaml-modules/git/default.nix
···
}:
stdenv.mkDerivation rec {
-
version = "1.11.2";
name = "ocaml${ocaml.version}-git-${version}";
src = fetchFromGitHub {
owner = "mirage";
repo = "ocaml-git";
rev = version;
-
sha256 = "1z5b0g4vck1sh1w076i2p3ppxrmb9h30q3nip5snw2r9prkm6y1j";
};
buildInputs = [ ocaml findlib jbuilder ];
···
}:
stdenv.mkDerivation rec {
+
version = "1.11.4";
name = "ocaml${ocaml.version}-git-${version}";
src = fetchFromGitHub {
owner = "mirage";
repo = "ocaml-git";
rev = version;
+
sha256 = "182b6shcfcq50r5snm01hwalnmck43x1xgdd4fvjb6q78pbwag2x";
};
buildInputs = [ ocaml findlib jbuilder ];