Unverified Commit 491d5acf authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

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

mcuboot-imgtool: fix pname
parents de29f40b 1375f28c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
}:

python3Packages.buildPythonApplication rec {
  pname = "mfgtool-imgtool";
  pname = "mcuboot-imgtool";
  version = "2.0.0";
  pyproject = true;