Skip to content

Commit

Permalink
python312Packages.binwalk: 2.3.4 -> 2.4.1
Browse files Browse the repository at this point in the history
Updates to the community supported fork of binwalk, and modernizes the
code to modern Nix Python packaging standards.
  • Loading branch information
pyrox0 committed Jul 13, 2024
1 parent 2275343 commit 7a4e673
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/python-modules/binwalk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ buildPythonPackage rec {

build-system = [ setuptools ];

propagatedBuildInputs =
dependencies =
[
zlib
xz
Expand Down Expand Up @@ -75,11 +75,11 @@ buildPythonPackage rec {

pythonImportsCheck = [ "binwalk" ];

meta = with lib; {
meta = {
homepage = "https://github.com/OSPG/binwalk";
description = "Tool for searching a given binary image for embedded files";
mainProgram = "binwalk";
maintainers = [ maintainers.koral ];
license = licenses.mit;
maintainers = with lib.maintainers; [ koral ];
license = lib.licenses.mit;
};
}

0 comments on commit 7a4e673

Please sign in to comment.