mcuboot-imgtool: 2.3.0 -> 2.4.0 (#510372)

This commit is contained in:
nixpkgs-ci[bot]
2026-04-22 14:07:32 +00:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "mcuboot-imgtool";
version = "2.3.0";
version = "2.4.0";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) version;
pname = "imgtool";
hash = "sha256-//cuTnk6wOwCpJPBlUhxXMwKI1ivruqhC0nMwuC9EpU=";
hash = "sha256-7y2x2eP2K5vJQlqOhsTqchLBZPChbpI9VSUPDYdDNC4=";
};
passthru.updateScript = nix-update-script { };