ocamlPackages.git 3.14.0 -> 3.15.0 https://github.com/mirage/ocaml-git/releases attrpath: ocamlPackages.git Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/ocaml-modules/git/default.nix b/pkgs/development/ocaml-modules/git/default.nix index c3f27a3c7b97..0bf21a6e920e 100644 --- a/pkgs/development/ocaml-modules/git/default.nix +++ b/pkgs/development/ocaml-modules/git/default.nix @@ -8,13 +8,13 @@ buildDunePackage rec { pname = "git"; - version = "3.14.0"; + version = "3.15.0"; minimalOCamlVersion = "4.08"; src = fetchurl { url = "https://github.com/mirage/ocaml-git/releases/download/${version}/git-${version}.tbz"; - hash = "sha256-u1Nq8zo2YfAnRXib+IqYV0sWOGraqxrJC33NdDQaYsE="; + hash = "sha256-4mzKn4h8lfLH6ZZsH0FPESklIrUrZPIYo8WLQJTgVdE="; }; # remove changelog for the carton package Update edits cause no rebuilds.