diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2024-02-27 08:29:03 -0300 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-02-27 13:30:21 +0000 |
| commit | 61f4029929a8dc7865da7cf5c076ad831aca2b6b (patch) | |
| tree | 1f1c581ebc1fd3282ae723825c5d7ac63050e6ef | |
| parent | linux_latest-libre: 19489 -> 19491 (diff) | |
| download | nixpkgs-61f4029929a8dc7865da7cf5c076ad831aca2b6b.tar.gz | |
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: Otavio Salvador <otavio@ossystems.com.br>
(cherry picked from commit a2f4aa4073bc37e1654d60829eef824b3962daa0)
| -rw-r--r-- | pkgs/applications/misc/snagboot/default.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/applications/misc/snagboot/default.nix b/pkgs/applications/misc/snagboot/default.nix index 61c906ec464a..353712d5ba89 100644 --- a/pkgs/applications/misc/snagboot/default.nix +++ b/pkgs/applications/misc/snagboot/default.nix @@ -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 |
