chipsec 1.8.1 -> 1.9.0 https://repology.org/metapackage/chipsec/versions attrpath: chipsec Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c4q0vqlc6fkadf8vk40ar7w03ybj6ixg-packages.json.drv building '/nix/store/c4q0vqlc6fkadf8vk40ar7w03ybj6ixg-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! [quotedUrls] [quotedUrls] nothing found to replace 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 ]; An auto update branch exists with message `chipsec: 1.8.1 -> 1.9.0`. New version is 1.10.0. The auto update branch does not match or exceed the new version. There might already be an open PR for this update: - linux: move deprecations to alias overlay URL "https://api.github.com/repos/NixOS/nixpkgs/issues/166111" chipsec 1.8.1 -> 1.10.0 https://github.com/chipsec/chipsec/releases attrpath: chipsec Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vcslc9vinss1s5p7hgjfx3yyy0yvkpa9-packages.json.drv building '/nix/store/vcslc9vinss1s5p7hgjfx3yyy0yvkpa9-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! [quotedUrls] [quotedUrls] nothing found to replace 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 ]; An auto update branch exists with message `chipsec: 1.8.1 -> 1.9.0`. New version is 1.10.0. The auto update branch does not match or exceed the new version. There might already be an open PR for this update: - linux: move deprecations to alias overlay URL "https://api.github.com/repos/NixOS/nixpkgs/issues/166111"