platformio-core 0 -> 1 attrpath: platformio-core 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] Going to be running update for following packages: - platformio-6.1.11 Press Enter key to continue... Running update for: - platformio-6.1.11: UPDATING ... - platformio-6.1.11: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/embedded/platformio/core.nix b/pkgs/development/embedded/platformio/core.nix index b36d5367e65e..ee4858492850 100644 --- a/pkgs/development/embedded/platformio/core.nix +++ b/pkgs/development/embedded/platformio/core.nix @@ -11,15 +11,15 @@ with python3Packages; buildPythonApplication rec { pname = "platformio"; - version = "6.1.11"; + version = "6.1.14"; pyproject = true; # pypi tarballs don't contain tests - https://github.com/platformio/platformio-core/issues/1964 src = fetchFromGitHub { owner = "platformio"; repo = "platformio-core"; - rev = "v${version}"; - hash = "sha256-NR4UyAt8q5sUGtz1Sy6E8Of7y9WrH9xpcAWzLBeDQmo="; + rev = "refs/tags/v${version}"; + hash = "sha256-0XpecFRVxWhCxCw2MT7MkadqTXvWe/lHSLftMAG1JNw="; }; outputs = [ "out" "udev" ]; No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/cydbsmqkxk30didm1rlz8ffk5wfa9gva-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A platformio-core nix build failed. got build log for 'platformio-core' from 'daemon' Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing pypa-build-hook Using pypaBuildPhase Sourcing python-runtime-deps-check-hook Using pythonRuntimeDepsCheckHook Sourcing pypa-install-hook Using pypaInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh Sourcing pytest-check-hook Using pytestCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/6x64l9qpzabh7crwlrkwc0gkn4rd27in-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tox.ini @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/x62ghwk3jy26n3m2p7xi0afwdwn89jb4-interpreter.patch patching file platformio/proc.py applying patch /nix/store/snrq4d8migdhn4fymqpj5pm71jawn59z-use-local-spdx-license-list.patch patching file platformio/package/manifest/schema.py Hunk #1 FAILED at 276. 1 out of 1 hunk FAILED -- saving rejects to file platformio/package/manifest/schema.py.rej