corrscope 0 -> 1 attrpath: corrscope Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [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/5vw9428zj2ia00s5im3vp7m8afqs42py-packages.json.drv building '/nix/store/5vw9428zj2ia00s5im3vp7m8afqs42py-packages.json.drv'... Going to be running update for following packages: - corrscope-0.8.1 Press Enter key to continue... Running update for: - corrscope-0.8.1: UPDATING ... - corrscope-0.8.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/video/corrscope/default.nix b/pkgs/applications/video/corrscope/default.nix index 8bd17d2f785e..819252003da4 100644 --- a/pkgs/applications/video/corrscope/default.nix +++ b/pkgs/applications/video/corrscope/default.nix @@ -12,14 +12,14 @@ mkDerivationWith python3Packages.buildPythonApplication rec { pname = "corrscope"; - version = "0.8.1"; + version = "0.9.0"; format = "pyproject"; src = fetchFromGitHub { owner = "corrscope"; repo = "corrscope"; - rev = version; - hash = "sha256-pS7upOYZAjgR3lWxny8TNZEj3Rrbg+L90ANZWFO9UPQ="; + rev = "refs/tags/${version}"; + hash = "sha256-kOPhVm4epIhBSsgQVKNCoQ7DZcMG/b3sapxwwKo/V+U="; }; patches = [ No auto update branch exists There might already be an open PR for this update: - corrscope: 0.8.1 -> 0.9.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/295607"