cve-bin-tool 3.1.2 -> 3.2 https://github.com/intel/cve-bin-tool/releases attrpath: cve-bin-tool 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/dg5wkncwxa9bjxzlwdby25lq0hnv65xr-packages.json.drv building '/nix/store/dg5wkncwxa9bjxzlwdby25lq0hnv65xr-packages.json.drv'... Going to be running update for following packages: - cve-bin-tool-3.1.2 Press Enter key to continue... Running update for: - cve-bin-tool-3.1.2: UPDATING ... - cve-bin-tool-3.1.2: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/tools/security/cve-bin-tool/default.nix b/pkgs/tools/security/cve-bin-tool/default.nix index 92405c20bb8..15eff593557 100644 --- a/pkgs/tools/security/cve-bin-tool/default.nix +++ b/pkgs/tools/security/cve-bin-tool/default.nix @@ -27,13 +27,13 @@ }: buildPythonApplication rec { pname = "cve-bin-tool"; - version = "3.1.2"; + version = "3.2"; src = fetchFromGitHub { owner = "intel"; repo = "cve-bin-tool"; rev = "refs/tags/v${version}"; - sha256 = "sha256-P2GhGQxa6Y8BmMqFHXSfmqN58E1FbXD9Ndwwr+upK8Q="; + sha256 = "sha256-QOnWt6iit0/F6d/MfZ8qJqDuT3IHh0Qjs6BcJkI/CBw="; }; # Wants to open a sqlite database, access the internet, etc No auto update branch exists There might already be an open PR for this update: - cve-bin-tool: 3.1.2 -> 3.2 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/210230"