Commit a2f4aa40 authored by Otavio Salvador's avatar Otavio Salvador
Browse files

snagboot: 1.2 -> 1.3

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

1. https://github.com/bootlin/snagboot/commit/bb767fee227030bcd7a1a6bd901e4329d01121a1



Signed-off-by: default avatarOtavio Salvador <otavio@ossystems.com.br>
parent 8c826e35
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "snagboot";
  version = "1.2";
  version = "1.3";
  format = "pyproject";

  src = fetchFromGitHub {
    owner = "bootlin";
    repo = "snagboot";
    rev = "v${version}";
    hash = "sha256-OuHY5+2puZAERtwmXduUW5Wjus6KeQLJLcGcl48umLA=";
    hash = "sha256-ergTa6uR1SyR27H2HAWp/rtgalCnQge07Pi24PrsW+8=";
  };

  nativeBuildInputs = [
@@ -33,7 +33,6 @@ python3.pkgs.buildPythonApplication rec {
    setuptools
    pyusb
    pyserial
    hid
    crccheck
    six
    xmodem