mcuboot-imgtool: 2.0.0 -> 2.1.0

This also adds pyyaml as dependency. Thanks @NickCao for reporting.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Otavio Salvador 2024-05-20 15:34:33 -03:00
parent 8535fb9266
commit 8c6e3d9175

View File

@ -6,13 +6,13 @@
python3Packages.buildPythonApplication rec {
pname = "mcuboot-imgtool";
version = "2.0.0";
version = "2.1.0";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "imgtool";
hash = "sha256-elQSVeae7B8Sqjjc4fHU/iDYISZ3xoqbbsY0ypGgZhI=";
hash = "sha256-T3+831PETqqmImUEUQzLUvfvAMmXUDz5STSzMMlge2A=";
};
passthru.updateScript = nix-update-script { };
@ -26,6 +26,7 @@ python3Packages.buildPythonApplication rec {
click
cryptography
intelhex
pyyaml
];
meta = with lib; {