vacuum-go: 0.12.1 -> 0.14.1 (#350553)

This commit is contained in:
nixpkgs-merge-bot[bot]
2024-10-23 10:02:10 +00:00
committed by GitHub
+3 -3
View File
@@ -2,17 +2,17 @@
buildGoModule rec {
pname = "vacuum-go";
version = "0.12.1";
version = "0.14.1";
src = fetchFromGitHub {
owner = "daveshanley";
repo = "vacuum";
# using refs/tags because simple version gives: 'the given path has multiple possibilities' error
rev = "refs/tags/v${version}";
hash = "sha256-uNmjb1fj9bMawvNgITxu/RIZeLEn8JzIpFbSMrsmFIQ=";
hash = "sha256-t/KbwyxInMvxsICdh0kix27+MKre480+I/KkbwxLg1M=";
};
vendorHash = "sha256-Yxzj3IAYp6C7qLbV2RV4lWZRDSheauZXvd+p5B5Y3qA=";
vendorHash = "sha256-6ay7aGFf50txrRZbjOuG2rVeetVo0SWgpURLmFyhszA=";
CGO_ENABLED = 0;
ldflags = [