deeptools 0 -> 1 attrpath: deeptools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mdgawgqa5c5rn2nmrqhw09ngbkaiq2c0-packages.json.drv building '/nix/store/mdgawgqa5c5rn2nmrqhw09ngbkaiq2c0-packages.json.drv'... Going to be running update for following packages: - deeptools-3.5.4 Press Enter key to continue... Running update for: - deeptools-3.5.4: UPDATING ... - deeptools-3.5.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/science/biology/deeptools/default.nix b/pkgs/applications/science/biology/deeptools/default.nix index a7a1f77dfe90..2abd0825e6e3 100644 --- a/pkgs/applications/science/biology/deeptools/default.nix +++ b/pkgs/applications/science/biology/deeptools/default.nix @@ -5,14 +5,14 @@ python3.pkgs.buildPythonApplication rec { pname = "deeptools"; - version = "3.5.4"; + version = "3.5.5"; pyproject = true; src = fetchFromGitHub { owner = "deeptools"; repo = "deepTools"; - rev = version; - hash = "sha256-A8YdlMptmJyxWW0EYLjXFIWjIO/mttEC7VYdlCe9MaI="; + rev = "refs/tags/${version}"; + hash = "sha256-2kSlL7Y5f/FjVtStnmz+GlTw2oymrtxOCaXlqgbQ7FU="; }; nativeBuildInputs = with python3.pkgs; [ An auto update branch exists with message `deeptools: 3.5.4 -> 3.5.5`. New version is 3.5.5. An auto update branch exists with an equal or greater version