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

Merge pull request #266414 from r-ryantm/auto-update/mcuboot-imgtool

mcuboot-imgtool: 1.10.0 -> 2.0.0
parents b4fa671f cc4b827c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

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

  src = fetchPypi {
    inherit version;
    pname = "imgtool";
    hash = "sha256-A7NOdZNKw9lufEK2vK8Rzq9PRT98bybBfXJr0YMQS0A=";
    hash = "sha256-elQSVeae7B8Sqjjc4fHU/iDYISZ3xoqbbsY0ypGgZhI=";
  };

  passthru.updateScript = nix-update-script { };