nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

esptool: 2.6 -> 2.7

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/esptool/versions

+2 -2
+2 -2
pkgs/tools/misc/esptool/default.nix
··· 2 2 3 3 python3.pkgs.buildPythonApplication rec { 4 4 pname = "esptool"; 5 - version = "2.6"; 5 + version = "2.7"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "espressif"; 9 9 repo = "esptool"; 10 10 rev = "v${version}"; 11 - sha256 = "1hxgzqh5z81dq1k2xd6329h8idk9y8q29izrwm1vhn0m9v1pxa22"; 11 + sha256 = "1p5hx0rhs986ffqz78rdxg7jayndsq632399xby39k17kvd3mb31"; 12 12 }; 13 13 14 14 checkInputs = with python3.pkgs; [ flake8 flake8-future-import flake8-import-order openssl ];