diff options
| author | OTABI Tomoya <tomoya.otabi@gmail.com> | 2024-02-28 09:26:35 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-28 09:26:35 +0900 |
| commit | e75aa75fe3552609408e115dd5b49eaf63599908 (patch) | |
| tree | bc9cd3d34e59b09285b8c79a4d0810d9875cc904 | |
| parent | apt-mirror: init at 0.5.4 (diff) | |
| parent | snagboot: 1.2 -> 1.3 (diff) | |
| download | nixpkgs-e75aa75fe3552609408e115dd5b49eaf63599908.tar.gz | |
Merge pull request #291841 from NixOS/backport-291795-to-release-23.11
[Backport release-23.11] snagboot: 1.2 -> 1.3
| -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 |
