vacuum-go: 0.16.5 -> 0.16.6 (#402195)

Co-authored-by: konradmalik <konradmalik@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-27 13:31:11 +00:00
committed by GitHub
co-authored by konradmalik
+3 -3
View File
@@ -7,17 +7,17 @@
buildGoModule (finalAttrs: {
pname = "vacuum-go";
version = "0.16.5";
version = "0.16.6";
src = fetchFromGitHub {
owner = "daveshanley";
repo = "vacuum";
# using refs/tags because simple version gives: 'the given path has multiple possibilities' error
tag = "v${finalAttrs.version}";
hash = "sha256-r42bmY7wmEjA2Q/k8czyyNpU59a4z6vxeCnIfMkMScg=";
hash = "sha256-20Ty0j0oRtMY6FLCCfu4o+qeDDMnjgEvUCUaWlqJ5dU=";
};
vendorHash = "sha256-1lr1VQU4JHg0PZbjAUmALFZJiYc+HTwrk0E/t/1qXqE=";
vendorHash = "sha256-ClocrabgCfizLVr+/O96qpiwAq7TxYB4uM9gtjeKbQA=";
env.CGO_ENABLED = 0;
ldflags = [