chipsec 0 -> 1 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/7x4hz6f06q9qbp1a2vwc0j78sx56c965-packages.json.drv building '/nix/store/7x4hz6f06q9qbp1a2vwc0j78sx56c965-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 b897fe61871..077948a05a4 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.2"; disabled = !stdenv.isLinux; src = fetchFromGitHub { owner = "chipsec"; repo = "chipsec"; - rev = version; - hash = "sha256-bK8wlwhP0pi8rOs8ysbSZ+0aZOaX4mckfH/p4OLGnes="; + rev = "refs/tags/${version}"; + hash = "sha256-FXqu1UyIuQ+8G3vaWmdlaAebfOMDtkDxi++PfjtyY1w="; }; patches = lib.optionals withDriver [ ./ko-path.diff ./compile-ko.diff ]; An auto update branch exists with message `chipsec: 1.8.1 -> 1.10.2`. New version is 1.10.2. An auto update branch exists with an equal or greater version