2022-12-09T10:04:42 chipsec 1.8.1 -> 1.9.0 https://repology.org/metapackage/chipsec/versions 2022-12-09T10:04:44 attrpath: linuxKernel.packages.linux_5_4_hardened.chipsec 2022-12-09T10:04:44 Checking auto update branch... 2022-12-09T10:04:48 [version] 2022-12-09T10:04:48 [version] skipping because derivation has updateScript 2022-12-09T10:04:48 [rustCrateVersion] 2022-12-09T10:04:48 [rustCrateVersion] No cargoSha256 found 2022-12-09T10:04:48 [golangModuleVersion] 2022-12-09T10:04:48 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-09T10:04:48 [updateScript] 2022-12-09T10:04:52 [updateScript] Success 2022-12-09T10:04:52 [updateScript] this derivation will be built: /nix/store/92m6hcf21dznx8ri4c6n3j408588hy32-packages.json.drv this path will be fetched (0.00 MiB download, 0.01 MiB unpacked): /nix/store/pnfs1chjas8z9w4kbzii8fbw0f3bd49s-update-python-libraries copying path '/nix/store/pnfs1chjas8z9w4kbzii8fbw0f3bd49s-update-python-libraries' from 'https://cache.nixos.org'... building '/nix/store/92m6hcf21dznx8ri4c6n3j408588hy32-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-09T10:04:52 2022-12-09T10:04:52 [quotedUrls] 2022-12-09T10:04:52 [quotedUrls] nothing found to replace 2022-12-09T10:04:52 Diff after rewrites: diff --git a/pkgs/tools/security/chipsec/default.nix b/pkgs/tools/security/chipsec/default.nix index 64a4946136f..df28d1708c2 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.9.1"; disabled = !stdenv.isLinux; src = fetchFromGitHub { owner = "chipsec"; repo = "chipsec"; - rev = version; - hash = "sha256-bK8wlwhP0pi8rOs8ysbSZ+0aZOaX4mckfH/p4OLGnes="; + rev = "refs/tags/${version}"; + hash = "sha256-ygrk1dhRuRZC3R4SYQXM/Z3dYLjmvVBNBF+RufF4Gzw="; }; patches = lib.optionals withDriver [ ./ko-path.diff ./compile-ko.diff ]; 2022-12-09T10:06:20 An auto update branch exists with message `chipsec: 1.8.1 -> 1.9.0`. New version is 1.9.1. 2022-12-09T10:06:20 The auto update branch does not match or exceed the new version. 2022-12-09T10:06:21 Received ExitFailure 1 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_5_4_hardened.chipsec Received ExitFailure 1 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix log -f . linuxKernel.packages.linux_5_4_hardened.chipsec Standard output: warning: unknown setting 'experimental-features' error: assertion ((stdenv).hostPlatform.isx86_64 -> (((versions).majorMinor version) != "5.4")) failed at /var/cache/nixpkgs-update/worker/worktree/linuxKernel.packages.linux_5_4_hardened.chipsec/pkgs/os-specific/linux/kernel/hardened/config.nix:18:1 (use '--show-trace' to show detailed location information) 2022-12-09T22:42:14 chipsec 1.8.1 -> 1.9.1 https://github.com/chipsec/chipsec/releases 2022-12-09T22:42:16 attrpath: linuxKernel.packages.linux_5_4_hardened.chipsec 2022-12-09T22:42:17 Checking auto update branch... 2022-12-09T22:42:21 [version] 2022-12-09T22:42:21 [version] skipping because derivation has updateScript 2022-12-09T22:42:21 [rustCrateVersion] 2022-12-09T22:42:21 [rustCrateVersion] No cargoSha256 found 2022-12-09T22:42:21 [golangModuleVersion] 2022-12-09T22:42:21 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-09T22:42:21 [updateScript] 2022-12-09T22:42:24 [updateScript] Success 2022-12-09T22:42:24 [updateScript] 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-09T22:42:24 2022-12-09T22:42:24 [quotedUrls] 2022-12-09T22:42:24 [quotedUrls] nothing found to replace 2022-12-09T22:42:25 Diff after rewrites: diff --git a/pkgs/tools/security/chipsec/default.nix b/pkgs/tools/security/chipsec/default.nix index 64a4946136f..df28d1708c2 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.9.1"; disabled = !stdenv.isLinux; src = fetchFromGitHub { owner = "chipsec"; repo = "chipsec"; - rev = version; - hash = "sha256-bK8wlwhP0pi8rOs8ysbSZ+0aZOaX4mckfH/p4OLGnes="; + rev = "refs/tags/${version}"; + hash = "sha256-ygrk1dhRuRZC3R4SYQXM/Z3dYLjmvVBNBF+RufF4Gzw="; }; patches = lib.optionals withDriver [ ./ko-path.diff ./compile-ko.diff ]; 2022-12-09T22:43:51 An auto update branch exists with message `chipsec: 1.8.1 -> 1.9.0`. New version is 1.9.1. 2022-12-09T22:43:51 The auto update branch does not match or exceed the new version. 2022-12-09T22:43:52 Received ExitFailure 1 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_5_4_hardened.chipsec Received ExitFailure 1 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix log -f . linuxKernel.packages.linux_5_4_hardened.chipsec Standard output: warning: unknown setting 'experimental-features' error: assertion ((stdenv).hostPlatform.isx86_64 -> (((versions).majorMinor version) != "5.4")) failed at /var/cache/nixpkgs-update/worker/worktree/linuxKernel.packages.linux_5_4_hardened.chipsec/pkgs/os-specific/linux/kernel/hardened/config.nix:18:1 (use '--show-trace' to show detailed location information)