2022-12-03T10:40:26 chipsec 1.8.1 -> 1.9.0 https://repology.org/metapackage/chipsec/versions 2022-12-03T10:40:28 attrpath: linuxKernel.packages.linux_5_4_hardened.chipsec 2022-12-03T10:40:28 Checking auto update branch... 2022-12-03T10:40:32 [version] 2022-12-03T10:40:32 [version] skipping because derivation has updateScript 2022-12-03T10:40:32 [rustCrateVersion] 2022-12-03T10:40:32 [rustCrateVersion] No cargoSha256 found 2022-12-03T10:40:32 [golangModuleVersion] 2022-12-03T10:40:32 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-03T10:40:32 [updateScript] 2022-12-03T10:40:36 [updateScript] Success 2022-12-03T10:40:36 [updateScript] this derivation will be built: /nix/store/9gcgvigijjah8xwim4ax835k2bg9qaav-packages.json.drv building '/nix/store/9gcgvigijjah8xwim4ax835k2bg9qaav-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-03T10:40:36 2022-12-03T10:40:36 [quotedUrls] 2022-12-03T10:40:36 [quotedUrls] nothing found to replace 2022-12-03T10:40:36 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-03T10:42:07 An auto update branch exists with message `chipsec: 1.8.1 -> 1.9.0`. New version is 1.9.1. 2022-12-03T10:42:07 The auto update branch does not match or exceed the new version. 2022-12-03T10:42:08 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-03T20:04:16 chipsec 1.8.1 -> 1.9.1 https://github.com/chipsec/chipsec/releases 2022-12-03T20:04:18 attrpath: linuxKernel.packages.linux_5_4_hardened.chipsec 2022-12-03T20:04:18 Checking auto update branch... 2022-12-03T20:04:22 [version] 2022-12-03T20:04:22 [version] skipping because derivation has updateScript 2022-12-03T20:04:22 [rustCrateVersion] 2022-12-03T20:04:22 [rustCrateVersion] No cargoSha256 found 2022-12-03T20:04:22 [golangModuleVersion] 2022-12-03T20:04:22 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-03T20:04:22 [updateScript] 2022-12-03T20:04:26 [updateScript] Success 2022-12-03T20:04:26 [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-03T20:04:26 2022-12-03T20:04:26 [quotedUrls] 2022-12-03T20:04:26 [quotedUrls] nothing found to replace 2022-12-03T20:04:26 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-03T20:05:55 An auto update branch exists with message `chipsec: 1.8.1 -> 1.9.0`. New version is 1.9.1. 2022-12-03T20:05:55 The auto update branch does not match or exceed the new version. 2022-12-03T20:05:56 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)