vacuum-go: 0.16.3 -> 0.16.4

This commit is contained in:
R. Ryantm
2025-03-20 09:18:10 +00:00
parent dc18c6f81c
commit fdd3d82032
+2 -2
View File
@@ -8,14 +8,14 @@
buildGoModule rec {
pname = "vacuum-go";
version = "0.16.3";
version = "0.16.4";
src = fetchFromGitHub {
owner = "daveshanley";
repo = "vacuum";
# using refs/tags because simple version gives: 'the given path has multiple possibilities' error
tag = "v${version}";
hash = "sha256-wlxEKAP8A8T+rBQ2HqoOdBlkqFBqrIxuuEidPAeUO3E=";
hash = "sha256-7nVDKR2H84SW6s97jgShylcc1degLzkjkeldlGBcQ/o=";
};
vendorHash = "sha256-1lr1VQU4JHg0PZbjAUmALFZJiYc+HTwrk0E/t/1qXqE=";