vacuum-go: 0.23.3 -> 0.23.4 (#483289)

This commit is contained in:
Nikolay Korotkiy
2026-01-24 11:17:46 +00:00
committed by GitHub
+2 -3
View File
@@ -7,14 +7,13 @@
buildGoModule (finalAttrs: {
pname = "vacuum-go";
version = "0.23.3";
version = "0.23.4";
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-Z++nFH1UquT+4CvW5bohQCXQGW7P0tFXFcfTvQWjMgg=";
hash = "sha256-6Y41AHhvgYaUheeEjaKCslyni93BoG+WwvJgIuMp8lQ=";
};
vendorHash = "sha256-kpW1i6LJUFMJArSHYMI4taTfAcfDH+E39GOBOKZFu+c=";