nix-prefetch-github 0 -> 1 attrpath: 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yl7q0815634a2zdlfx8iyhywy3fvw49a-packages.json.drv building '/nix/store/yl7q0815634a2zdlfx8iyhywy3fvw49a-packages.json.drv'... Going to be running update for following packages: - nix-prefetch-github-7.0.0 Press Enter key to continue... Running update for: - nix-prefetch-github-7.0.0: UPDATING ... - nix-prefetch-github-7.0.0: DONE. Packages updated! 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 ca2183e82a4c..3e126c2cb117 100644 --- a/pkgs/development/python-modules/nix-prefetch-github/default.nix +++ b/pkgs/development/python-modules/nix-prefetch-github/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "nix-prefetch-github"; - version = "7.0.0"; + version = "7.1.0"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -17,8 +17,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "seppeljordan"; repo = "nix-prefetch-github"; - rev = "v${version}"; - hash = "sha256-oIR2iEiOBQ1VKouJTLqEiWWNzrMSJcnxK+m/j9Ia/m8="; + rev = "refs/tags/v${version}"; + hash = "sha256-eQd/MNlnuzXzgFzvwUMchvHoIvkIrbpGKV7iknO14Cc="; }; nativeCheckInputs = [ unittestCheckHook git which ]; No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A nix-prefetch-github nix build failed. Running phase: pythonCatchConflictsPhase @nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" } Running phase: pythonRemoveBinBytecodePhase @nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" } Running phase: pythonImportsCheckPhase Executing pythonImportsCheckPhase @nix { "action": "setPhase", "phase": "unittestCheckPhase" } Running phase: unittestCheckPhase Executing unittestCheckPhase ................................................................E....ss.........sss........................................sssss.ssss.........ssssss.. ====================================================================== ERROR: nix_prefetch_github.test_github (unittest.loader._FailedTest.nix_prefetch_github.test_github) ---------------------------------------------------------------------- ImportError: Failed to import test module: nix_prefetch_github.test_github Traceback (most recent call last): File "/nix/store/y027d3bvlaizbri04c1bzh28hqd6lj01-python3-3.11.7/lib/python3.11/unittest/loader.py", line 419, in _find_test_path module = self._get_module_from_name(name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/y027d3bvlaizbri04c1bzh28hqd6lj01-python3-3.11.7/lib/python3.11/unittest/loader.py", line 362, in _get_module_from_name __import__(name) File "/build/source/nix_prefetch_github/test_github.py", line 5, in from parameterized import parameterized ModuleNotFoundError: No module named 'parameterized' ---------------------------------------------------------------------- Ran 150 tests in 0.179s FAILED (errors=1, skipped=20) /nix/store/yq9qag5ak3w15nhcqplnhxpny6295l36-stdenv-linux/setup: line 1582: pop_var_context: head of shell_variables not a function context