Skip to content

Commit

Permalink
ropgadget: 6.8 -> 6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and bennofs committed Aug 24, 2022
1 parent 1b2fc78 commit 095d1fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/ropgadget/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

buildPythonPackage rec {
pname = "ropgadget";
version = "6.8";
version = "6.9";
format = "setuptools";

disabled = pythonOlder "3.7";
Expand All @@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "JonathanSalwan";
repo = "ROPgadget";
rev = "refs/tags/v${version}";
hash = "sha256-hnqjyZC3RJNQf8JdtaQ5L3PU+96p4cxdd+P4YlW9jjI=";
hash = "sha256-qq38NJR27f6lBq5WeR6j6CQrMu4iA7i7zWJ9gWsqbDI=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 095d1fe

Please sign in to comment.