snagboot: 1.2 -> 1.3

Dropped hid[1] from nativeBuildInputs. Thanks for @natsukium reporting
this required change.

1. bb767fee22

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Otavio Salvador 2024-02-27 08:29:03 -03:00
parent 8c826e35a9
commit a2f4aa4073

View file

@ -10,14 +10,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "snagboot"; pname = "snagboot";
version = "1.2"; version = "1.3";
format = "pyproject"; format = "pyproject";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bootlin"; owner = "bootlin";
repo = "snagboot"; repo = "snagboot";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-OuHY5+2puZAERtwmXduUW5Wjus6KeQLJLcGcl48umLA="; hash = "sha256-ergTa6uR1SyR27H2HAWp/rtgalCnQge07Pi24PrsW+8=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -33,7 +33,6 @@ python3.pkgs.buildPythonApplication rec {
setuptools setuptools
pyusb pyusb
pyserial pyserial
hid
crccheck crccheck
six six
xmodem xmodem