0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-09 20:16:16 +03:00

binwalk: 2.4.3 -> 3.1.0

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Nico Felbinger 2024-11-21 21:14:55 +01:00
parent 2ce65e56b5
commit 2c8074dfa7
No known key found for this signature in database
GPG key ID: 6E4C8C7087EFEEAE
7 changed files with 1449 additions and 94 deletions

View file

@ -22,6 +22,9 @@
<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
- `binwalk` was updated to 3.1.0, which has been rewritten in rust. The python module is no longer available.
See the release notes of [3.1.0](https://github.com/ReFirmLabs/binwalk/releases/tag/v3.1.0) for more information.
- `buildGoPackage` has been removed. Use `buildGoModule` instead. See the [Go section in the nixpkgs manual](https://nixos.org/manual/nixpkgs/unstable/#sec-language-go) for details.
- `timescaledb` requires manual upgrade steps.