mcuboot-imgtool: 2.2.0 -> 2.3.0 (#472548)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-20 13:17:50 +00:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
python3Packages.buildPythonApplication rec {
pname = "mcuboot-imgtool";
version = "2.2.0";
version = "2.3.0";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "imgtool";
hash = "sha256-XIc6EYleNtDrmeg2akOjriJwzE9Bnja2k0KJGCVRZM8=";
hash = "sha256-//cuTnk6wOwCpJPBlUhxXMwKI1ivruqhC0nMwuC9EpU=";
};
passthru.updateScript = nix-update-script { };