python310Packages.nix-prefetch-github 0 -> 1 attrpath: python310Packages.nix-prefetch-github 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/83mdgw8yzp35jw8mjmq84da5m5wwr64d-packages.json.drv building '/nix/store/83mdgw8yzp35jw8mjmq84da5m5wwr64d-packages.json.drv'... Going to be running update for following packages: - python3.10-nix-prefetch-github-6.0.1 Press Enter key to continue... Running update for: - python3.10-nix-prefetch-github-6.0.1: UPDATING ... - python3.10-nix-prefetch-github-6.0.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/nix-prefetch-github/default.nix b/pkgs/development/python-modules/nix-prefetch-github/default.nix index 7746444fd30..4f5af58563c 100644 --- a/pkgs/development/python-modules/nix-prefetch-github/default.nix +++ b/pkgs/development/python-modules/nix-prefetch-github/default.nix @@ -9,15 +9,15 @@ buildPythonPackage rec { pname = "nix-prefetch-github"; - version = "6.0.1"; + version = "7.0.0"; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "seppeljordan"; repo = "nix-prefetch-github"; - rev = "v${version}"; - sha256 = "tvoDSqg4g517c1w0VcsVm3r4mBFG3RHaOTAJAv1ooc4="; + rev = "refs/tags/v${version}"; + sha256 = "sha256-oIR2iEiOBQ1VKouJTLqEiWWNzrMSJcnxK+m/j9Ia/m8="; }; nativeCheckInputs = [ unittestCheckHook git which ]; No auto update branch exists There might already be an open PR for this update: - python3Packages.nix-prefetch-github: 6.0.1 -> 7.0.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/243018"