From ea607df2e6668821abefeb60b925ad6c4f8a78ac Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 22 Jan 2024 10:44:05 +0000 Subject: [PATCH] mbed-cli: 1.9.1 -> 1.10.5 --- pkgs/development/tools/mbed-cli/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tools/mbed-cli/default.nix b/pkgs/development/tools/mbed-cli/default.nix index cc8294fafe60..f5d55ce10dfb 100644 --- a/pkgs/development/tools/mbed-cli/default.nix +++ b/pkgs/development/tools/mbed-cli/default.nix @@ -4,11 +4,11 @@ with python3Packages; buildPythonApplication rec { pname = "mbed-cli"; - version = "1.9.1"; + version = "1.10.5"; src = fetchPypi { inherit pname version; - sha256 = "1228plh55id03qywsw0ai88ypdpbh9iz18jfcyhn21pci7mj77fv"; + sha256 = "sha256-X+hNVM8fsy0VFTqFr1pPKWRimacBenTcY4y+PBJpvlI="; }; nativeCheckInputs = [