Merge pull request #268556 from otavio/fix-mcuboot-imgtool

mcuboot-imgtool: fix pname
This commit is contained in:
Thiago Kenji Okada
2023-11-22 23:30:28 +00:00
committed by GitHub
+1 -1
View File
@@ -5,7 +5,7 @@
}:
python3Packages.buildPythonApplication rec {
pname = "mfgtool-imgtool";
pname = "mcuboot-imgtool";
version = "2.0.0";
pyproject = true;