Commit 31eebf73 authored by R. RyanTM's avatar R. RyanTM
Browse files

mcuboot-imgtool: 2.3.0 -> 2.4.0

parent ee7c74b7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

python3Packages.buildPythonApplication (finalAttrs: {
  pname = "mcuboot-imgtool";
  version = "2.3.0";
  version = "2.4.0";
  pyproject = true;

  src = fetchPypi {
    inherit (finalAttrs) version;
    pname = "imgtool";
    hash = "sha256-//cuTnk6wOwCpJPBlUhxXMwKI1ivruqhC0nMwuC9EpU=";
    hash = "sha256-7y2x2eP2K5vJQlqOhsTqchLBZPChbpI9VSUPDYdDNC4=";
  };

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