vacuum-go: 0.17.1 -> 0.17.5 (#424159)

Co-authored-by: konradmalik <konradmalik@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] konradmalik and committed by GitHub d9c3603c 6baed483

+3 -3
+3 -3
pkgs/by-name/va/vacuum-go/package.nix
··· 7 7 8 8 buildGoModule (finalAttrs: { 9 9 pname = "vacuum-go"; 10 - version = "0.17.1"; 10 + version = "0.17.5"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "daveshanley"; 14 14 repo = "vacuum"; 15 15 # using refs/tags because simple version gives: 'the given path has multiple possibilities' error 16 16 tag = "v${finalAttrs.version}"; 17 - hash = "sha256-zWnYBDNsOoyc28JB8/dbommIxKUU2XGOHHYsR2q1hj0="; 17 + hash = "sha256-QBbpDV/hlzFgrmCsywH5CC43V2Rt0fwPkf6ZCgjqqUc="; 18 18 }; 19 19 20 - vendorHash = "sha256-4cYG8ilWSI+bSoEBpohN6Fr3kmsBUNmbz0iyHmiCDgw="; 20 + vendorHash = "sha256-AjmET86E/xu6DTK07kMySWp5Z8W1RE/QPSe2B/IfDl0="; 21 21 22 22 env.CGO_ENABLED = 0; 23 23 ldflags = [