Skip to content

Commit 6ebd5c0

Browse files
mcuboot-imgtool: 2.1.0 -> 2.2.0 (#416256)
Co-authored-by: otavio <otavio@ossystems.com.br>
2 parents a1c9a17 + 832623d commit 6ebd5c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/mc/mcuboot-imgtool/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
python3Packages.buildPythonApplication rec {
99
pname = "mcuboot-imgtool";
10-
version = "2.1.0";
10+
version = "2.2.0";
1111
pyproject = true;
1212

1313
src = fetchPypi {
1414
inherit version;
1515
pname = "imgtool";
16-
hash = "sha256-T3+831PETqqmImUEUQzLUvfvAMmXUDz5STSzMMlge2A=";
16+
hash = "sha256-XIc6EYleNtDrmeg2akOjriJwzE9Bnja2k0KJGCVRZM8=";
1717
};
1818

1919
passthru.updateScript = nix-update-script { };

0 commit comments

Comments
 (0)