2022-12-24T00:54:59 chipsec 1.8.1 -> 1.10.0 https://github.com/chipsec/chipsec/releases 2022-12-24T00:55:02 attrpath: linuxKernel.packages.linux_6_0.chipsec 2022-12-24T00:55:02 Checking auto update branch... 2022-12-24T00:55:05 [version] 2022-12-24T00:55:05 [version] skipping because derivation has updateScript 2022-12-24T00:55:05 [rustCrateVersion] 2022-12-24T00:55:05 [rustCrateVersion] No cargoSha256 found 2022-12-24T00:55:05 [golangModuleVersion] 2022-12-24T00:55:05 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-24T00:55:05 [updateScript] 2022-12-24T00:55:08 [updateScript] Success 2022-12-24T00:55:08 [updateScript] this derivation will be built: /nix/store/7vvy277np4y9z290srdvnyiahv82iqgs-packages.json.drv building '/nix/store/7vvy277np4y9z290srdvnyiahv82iqgs-packages.json.drv'... Going to be running update for following packages: - chipsec-1.8.1 Press Enter key to continue... Running update for: - chipsec-1.8.1: UPDATING ... - chipsec-1.8.1: DONE. Packages updated! 2022-12-24T00:55:08 2022-12-24T00:55:08 [quotedUrls] 2022-12-24T00:55:08 [quotedUrls] nothing found to replace 2022-12-24T00:55:08 Diff after rewrites: diff --git a/pkgs/tools/security/chipsec/default.nix b/pkgs/tools/security/chipsec/default.nix index 64a4946136f..0580d642290 100644 --- a/pkgs/tools/security/chipsec/default.nix +++ b/pkgs/tools/security/chipsec/default.nix @@ -10,15 +10,15 @@ python3.pkgs.buildPythonApplication rec { pname = "chipsec"; - version = "1.8.1"; + version = "1.10.0"; disabled = !stdenv.isLinux; src = fetchFromGitHub { owner = "chipsec"; repo = "chipsec"; - rev = version; - hash = "sha256-bK8wlwhP0pi8rOs8ysbSZ+0aZOaX4mckfH/p4OLGnes="; + rev = "refs/tags/${version}"; + hash = "sha256-8pWu03tKWFJ6hB+DdwC/7BCjsdGK32ARtaJ/O/DddqY="; }; patches = lib.optionals withDriver [ ./ko-path.diff ./compile-ko.diff ]; 2022-12-24T00:56:34 An auto update branch exists with message `chipsec: 1.8.1 -> 1.9.0`. New version is 1.10.0. 2022-12-24T00:56:34 The auto update branch does not match or exceed the new version. 2022-12-24T00:57:03 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 linuxKernel.packages.linux_6_0.chipsec 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 Using setuptoolsCheckPhase Sourcing pytest-check-hook Using pytestCheckPhase Removing setuptoolsCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/f9y2l795p66d78s63y0pxdmbq5jf26gk-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/windows_requirements.txt @nix { "action": "setPhase", "phase": "patchPhase" } patching sources applying patch /nix/store/50c1bjkchjnr25rr3wmi4fir2rz2mxpf-ko-path.diff patching file chipsec/helper/linux/linuxhelper.py Hunk #1 FAILED at 152. 1 out of 1 hunk FAILED -- saving rejects to file chipsec/helper/linux/linuxhelper.py.rej