Merge pull request #125726 from r-ryantm/auto-update/gau

gau: 1.1.0 -> 1.2.0

authored by Fabian Affolter and committed by GitHub 79276fa3 c06baac6

+3 -3
+3 -3
pkgs/tools/security/gau/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "gau"; 8 - version = "1.1.0"; 8 + version = "1.2.0"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "lc"; 12 12 repo = pname; 13 13 rev = "v${version}"; 14 - sha256 = "1srbql603vvlxc6p1ibw0982icdq9kcr1iamxlr8bmgldbm8215w"; 14 + sha256 = "sha256-hUIUDDP9NtMmJXj5GCD/ISUUcx5prKCVVFztff9txoU="; 15 15 }; 16 16 17 - vendorSha256 = "17ag2wvaxv2dyx3yx3fvlf36ww4a44660pn4gvpbrwacsan9as5s"; 17 + vendorSha256 = "sha256-WMoFbqtBMcjTWX51mEMzpgDEAndCElldNqjG27yXd2w="; 18 18 19 19 meta = with lib; { 20 20 description = "Tool to fetch known URLs";