We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1c9a17 + 832623d commit 6ebd5c0Copy full SHA for 6ebd5c0
pkgs/by-name/mc/mcuboot-imgtool/package.nix
@@ -7,13 +7,13 @@
7
8
python3Packages.buildPythonApplication rec {
9
pname = "mcuboot-imgtool";
10
- version = "2.1.0";
+ version = "2.2.0";
11
pyproject = true;
12
13
src = fetchPypi {
14
inherit version;
15
pname = "imgtool";
16
- hash = "sha256-T3+831PETqqmImUEUQzLUvfvAMmXUDz5STSzMMlge2A=";
+ hash = "sha256-XIc6EYleNtDrmeg2akOjriJwzE9Bnja2k0KJGCVRZM8=";
17
};
18
19
passthru.updateScript = nix-update-script { };
0 commit comments