mcuboot-imgtool: 2.1.0 -> 2.2.0

This commit is contained in:
R. Ryantm
2025-06-12 20:58:23 +00:00
parent cf7c43aaa4
commit 832623d70a
+2 -2
View File
@@ -7,13 +7,13 @@
python3Packages.buildPythonApplication rec {
pname = "mcuboot-imgtool";
version = "2.1.0";
version = "2.2.0";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "imgtool";
hash = "sha256-T3+831PETqqmImUEUQzLUvfvAMmXUDz5STSzMMlge2A=";
hash = "sha256-XIc6EYleNtDrmeg2akOjriJwzE9Bnja2k0KJGCVRZM8=";
};
passthru.updateScript = nix-update-script { };