vacuum-go: 0.20.1 -> 0.20.2 (#461603)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-14 15:51:58 +00:00
committed by GitHub

View File

@@ -7,17 +7,17 @@
buildGoModule (finalAttrs: { buildGoModule (finalAttrs: {
pname = "vacuum-go"; pname = "vacuum-go";
version = "0.20.1"; version = "0.20.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "daveshanley"; owner = "daveshanley";
repo = "vacuum"; repo = "vacuum";
# using refs/tags because simple version gives: 'the given path has multiple possibilities' error # using refs/tags because simple version gives: 'the given path has multiple possibilities' error
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-BNm4daNfbVNFXFdeeJ6v+RqYOXidajS+kMURearUoOE="; hash = "sha256-nqsVX+fh+IzFCXx0my2/8lQGylCu+Cpb6ANnapC4kdg=";
}; };
vendorHash = "sha256-smzYCcAlQnit4fdFIXHcJSbpf4CMcE5hkBXxYdVo4r0="; vendorHash = "sha256-MAYm6qMNB9c6o4nSclVed4g9ToOjiAItTUMAsJgEBok=";
env.CGO_ENABLED = 0; env.CGO_ENABLED = 0;
ldflags = [ ldflags = [