lol

Merge pull request #282988 from r-ryantm/auto-update/graphw00f

graphw00f: 1.1.8 -> 1.1.15

authored by

Fabian Affolter and committed by
GitHub
73872508 22cedaff

+2 -2
+2 -2
pkgs/tools/security/graphw00f/default.nix
··· 5 5 6 6 python3.pkgs.buildPythonApplication rec { 7 7 pname = "graphw00f"; 8 - version = "1.1.8"; 8 + version = "1.1.15"; 9 9 format = "other"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "dolevf"; 13 13 repo = pname; 14 14 rev = "refs/tags/${version}"; 15 - hash = "sha256-stTCUHt9UCu1QuxDPB8a26LsrHNttyoVd0tmS7e2t2Y="; 15 + hash = "sha256-wAymwT2PRyX7m/yh6BAa8YNkH7pE69bKHKZ15phuUJo="; 16 16 }; 17 17 18 18 propagatedBuildInputs = with python3.pkgs; [