mcuboot-imgtool: 2.3.0 -> 2.4.0

This commit is contained in:
R. Ryantm
2026-04-15 17:41:51 +00:00
parent ee7c74b78c
commit 31eebf7332
+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 { };