Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

mbed-cli: 1.9.1 -> 1.10.5

+2 -2
+2 -2
pkgs/development/tools/mbed-cli/default.nix
··· 4 5 buildPythonApplication rec { 6 pname = "mbed-cli"; 7 - version = "1.9.1"; 8 9 src = fetchPypi { 10 inherit pname version; 11 - sha256 = "1228plh55id03qywsw0ai88ypdpbh9iz18jfcyhn21pci7mj77fv"; 12 }; 13 14 nativeCheckInputs = [
··· 4 5 buildPythonApplication rec { 6 pname = "mbed-cli"; 7 + version = "1.10.5"; 8 9 src = fetchPypi { 10 inherit pname version; 11 + sha256 = "sha256-X+hNVM8fsy0VFTqFr1pPKWRimacBenTcY4y+PBJpvlI="; 12 }; 13 14 nativeCheckInputs = [