diff options
author | Thomas Gerbet <thomas@gerbet.me> | 2021-04-24 14:00:42 +0200 |
---|---|---|
committer | Jonathan Ringer <jonringer@users.noreply.github.com> | 2021-04-24 10:49:06 -0700 |
commit | bdb72489444ab0522f4a143ea53b655a91b1845d (patch) | |
tree | 60d50d06fc20434ab35416ad41518f1772a1d64e | |
parent | 118485230c02d13f62133bce43177ffd49495694 (diff) |
binwalk: 2.2.0 -> 2.3.1
Releases notes: https://github.com/ReFirmLabs/binwalk/releases/tag/v2.3.1 https://github.com/ReFirmLabs/binwalk/releases/tag/v2.3.0
-rw-r--r-- | pkgs/development/python-modules/binwalk/default.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/binwalk/default.nix b/pkgs/development/python-modules/binwalk/default.nix index a3e48d20c6023..609c0392c77bd 100644 --- a/pkgs/development/python-modules/binwalk/default.nix +++ b/pkgs/development/python-modules/binwalk/default.nix @@ -22,13 +22,13 @@ buildPythonPackage rec { pname = "binwalk"; - version = "2.2.0"; + version = "2.3.1"; src = fetchFromGitHub { owner = "ReFirmLabs"; repo = "binwalk"; rev = "v${version}"; - sha256 = "1bxgj569fzwv6jhcbl864nmlsi9x1k1r20aywjxc8b9b1zgqrlvc"; + sha256 = "108mj4jjffdmaz6wjvglbv44j7fkhspaxz1rj2bi1fcnwsri5wsm"; }; propagatedBuildInputs = [ zlib xz ncompress gzip bzip2 gnutar p7zip cabextract squashfsTools xz pycrypto ] @@ -53,5 +53,6 @@ buildPythonPackage rec { homepage = "https://github.com/ReFirmLabs/binwalk"; description = "A tool for searching a given binary image for embedded files"; maintainers = [ maintainers.koral ]; + license = licenses.mit; }; } |