Merge pull request #143615 from r-ryantm/auto-update/dalfox

dalfox: 2.5.2 -> 2.5.4

authored by

Fabian Affolter and committed by
GitHub
c5809ba0 951b524a

+2 -2
+2 -2
pkgs/tools/security/dalfox/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "dalfox"; 8 - version = "2.5.2"; 8 + version = "2.5.4"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "hahwul"; 12 12 repo = pname; 13 13 rev = "v${version}"; 14 - sha256 = "sha256-/tS9/VxH5r4CSmxZ7uZOgAMLRtmPs+bgPtvljOhLALc="; 14 + sha256 = "sha256-zwDdOj6/YcZQZW5WWMZztTVl5QsYMCcqtaAFsM+1bn0="; 15 15 }; 16 16 17 17 vendorSha256 = "sha256-AZbzcGqje2u9waH2NGWITXpax2GCFqbIEd4uNiDmcIY=";