ocamlPackages.bitv 1.3 -> 1.6 https://github.com/backtracking/bitv/releases attrpath: ocamlPackages.bitv 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/bitv/default.nix b/pkgs/development/ocaml-modules/bitv/default.nix index 25906f1432f0..935fe83d47fa 100644 --- a/pkgs/development/ocaml-modules/bitv/default.nix +++ b/pkgs/development/ocaml-modules/bitv/default.nix @@ -6,13 +6,13 @@ else stdenv.mkDerivation rec { pname = "ocaml${ocaml.version}-bitv"; - version = "1.3"; + version = "1.6"; src = fetchFromGitHub { owner = "backtracking"; repo = "bitv"; rev = version; - sha256 = "sha256-sZwq6c10hBBS9tGvKlWD9GE3JBrZPByfDrXE6xIPcG4="; + sha256 = "sha256-n0XOHtg8E97uw9RjZxqmAitU7l43n1/ujlXOh6SlRS4="; }; nativeBuildInputs = [ autoreconfHook which ocaml findlib ]; Update edits cause no rebuilds.