2022-11-22T00:18:48 linkchecker 0 -> 1 2022-11-22T00:18:50 attrpath: linkchecker 2022-11-22T00:18:50 Checking auto update branch... 2022-11-22T00:18:53 [version] 2022-11-22T00:18:53 [version] skipping because derivation has updateScript 2022-11-22T00:18:53 [rustCrateVersion] 2022-11-22T00:18:53 [rustCrateVersion] No cargoSha256 found 2022-11-22T00:18:53 [golangModuleVersion] 2022-11-22T00:18:53 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-22T00:18:53 [updateScript] 2022-11-22T00:18:56 [updateScript] Success 2022-11-22T00:18:56 [updateScript] Going to be running update for following packages: - linkchecker-10.0.1 Press Enter key to continue... Running update for: - linkchecker-10.0.1: UPDATING ... - linkchecker-10.0.1: DONE. Packages updated! 2022-11-22T00:18:56 2022-11-22T00:18:56 [quotedUrls] 2022-11-22T00:18:56 [quotedUrls] nothing found to replace 2022-11-22T00:18:56 Diff after rewrites: diff --git a/pkgs/tools/networking/linkchecker/default.nix b/pkgs/tools/networking/linkchecker/default.nix index 3cb5ecb0153..a50fa10d707 100644 --- a/pkgs/tools/networking/linkchecker/default.nix +++ b/pkgs/tools/networking/linkchecker/default.nix @@ -4,13 +4,13 @@ with python3Packages; buildPythonApplication rec { pname = "linkchecker"; - version = "10.0.1"; + version = "10.2.0"; src = fetchFromGitHub { owner = pname; repo = pname; - rev = "v" + version; - sha256 = "sha256-OOssHbX9nTCURpMKIy+95ZTvahuUAabLUhPnRp3xpN4="; + rev = "refs/tags/v${version}"; + sha256 = "sha256-wMiKS14fX5mkY1OwxQPFKm7i4WMFQKg3tdZZqD0g0Rw="; }; nativeBuildInputs = [ gettext ]; 2022-11-22T00:20:27 No auto update branch exists 2022-11-22T00:20:31 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A linkchecker nix build failed. warning: unknown setting 'experimental-features' Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing setuptools-build-hook Using setuptoolsBuildPhase Using setuptoolsShellHook Sourcing pip-install-hook Using pipInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh Sourcing setuptools-check-hook @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/s0gzqjpa20qf30r4hlmhcywn8w4nnip7-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tox.ini @nix { "action": "setPhase", "phase": "patchPhase" } patching sources sed: can't read setup.py: No such file or directory 2022-11-22T14:28:25 linkchecker 10.0.1 -> 10.2.0 https://github.com/linkchecker/linkchecker/releases 2022-11-22T14:28:28 attrpath: linkchecker 2022-11-22T14:28:28 Checking auto update branch... 2022-11-22T14:28:31 [version] 2022-11-22T14:28:31 [version] skipping because derivation has updateScript 2022-11-22T14:28:31 [rustCrateVersion] 2022-11-22T14:28:31 [rustCrateVersion] No cargoSha256 found 2022-11-22T14:28:31 [golangModuleVersion] 2022-11-22T14:28:31 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-22T14:28:31 [updateScript] 2022-11-22T14:28:34 [updateScript] Success 2022-11-22T14:28:34 [updateScript] this derivation will be built: /nix/store/k47m3kzxlpsqx6xhqhx0j2b8dc00xlan-packages.json.drv building '/nix/store/k47m3kzxlpsqx6xhqhx0j2b8dc00xlan-packages.json.drv'... Going to be running update for following packages: - linkchecker-10.0.1 Press Enter key to continue... Running update for: - linkchecker-10.0.1: UPDATING ... - linkchecker-10.0.1: DONE. Packages updated! 2022-11-22T14:28:34 2022-11-22T14:28:34 [quotedUrls] 2022-11-22T14:28:34 [quotedUrls] nothing found to replace 2022-11-22T14:28:34 Diff after rewrites: diff --git a/pkgs/tools/networking/linkchecker/default.nix b/pkgs/tools/networking/linkchecker/default.nix index 3cb5ecb0153..a50fa10d707 100644 --- a/pkgs/tools/networking/linkchecker/default.nix +++ b/pkgs/tools/networking/linkchecker/default.nix @@ -4,13 +4,13 @@ with python3Packages; buildPythonApplication rec { pname = "linkchecker"; - version = "10.0.1"; + version = "10.2.0"; src = fetchFromGitHub { owner = pname; repo = pname; - rev = "v" + version; - sha256 = "sha256-OOssHbX9nTCURpMKIy+95ZTvahuUAabLUhPnRp3xpN4="; + rev = "refs/tags/v${version}"; + sha256 = "sha256-wMiKS14fX5mkY1OwxQPFKm7i4WMFQKg3tdZZqD0g0Rw="; }; nativeBuildInputs = [ gettext ]; 2022-11-22T14:30:05 No auto update branch exists 2022-11-22T14:30:05 There might already be an open PR for this update: - linkchecker: 10.0.1 -> 10.2.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/202289"