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

esptool: 2.5.1 -> 2.6

+4 -4
+4 -4
pkgs/tools/misc/esptool/default.nix
··· 2 3 python3.pkgs.buildPythonApplication rec { 4 pname = "esptool"; 5 - version = "2.5.1"; 6 7 src = fetchFromGitHub { 8 owner = "espressif"; 9 repo = "esptool"; 10 rev = "v${version}"; 11 - sha256 = "19l3b1fqg1n3ch484dcibbi5a3nbmjq086has5pwqn348h4k57mh"; 12 }; 13 14 - checkInputs = with python3.pkgs; [ flake8 flake8-future-import flake8-import-order ]; 15 - propagatedBuildInputs = with python3.pkgs; [ pyserial pyaes ecdsa openssl ]; 16 17 meta = with stdenv.lib; { 18 description = "ESP8266 and ESP32 serial bootloader utility";
··· 2 3 python3.pkgs.buildPythonApplication rec { 4 pname = "esptool"; 5 + version = "2.6"; 6 7 src = fetchFromGitHub { 8 owner = "espressif"; 9 repo = "esptool"; 10 rev = "v${version}"; 11 + sha256 = "1hxgzqh5z81dq1k2xd6329h8idk9y8q29izrwm1vhn0m9v1pxa22"; 12 }; 13 14 + checkInputs = with python3.pkgs; [ flake8 flake8-future-import flake8-import-order openssl ]; 15 + propagatedBuildInputs = with python3.pkgs; [ pyserial pyaes ecdsa ]; 16 17 meta = with stdenv.lib; { 18 description = "ESP8266 and ESP32 serial bootloader utility";