Unverified Commit 04a70ee4 authored by Pierre Bourdon's avatar Pierre Bourdon Committed by GitHub
Browse files

Merge pull request #269334 from NixOS/backport-268556-to-release-23.11

[Backport release-23.11] mcuboot-imgtool: fix pname
parents e95ee713 c6ead358
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;