vacuum-go: 0.11.1 -> 0.12.0

This commit is contained in:
R. Ryantm 2024-08-07 04:35:23 +00:00
parent 60c217585b
commit 6406037ebd

View File

@ -2,17 +2,17 @@
buildGoModule rec {
pname = "vacuum-go";
version = "0.11.1";
version = "0.12.0";
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-i4B11hTPvF6kL7x8LUv8A4J1HfAhtxgSmvzNL+4sdYI=";
hash = "sha256-yfwAIcFDnhhPy71WpjNst4S7fn3V6UzkdtSYlr3zmEE=";
};
vendorHash = "sha256-b51Rs09EjHxYATwaFdHV96ZOORFxD0Y9cKTcJTSGhIU=";
vendorHash = "sha256-Yxzj3IAYp6C7qLbV2RV4lWZRDSheauZXvd+p5B5Y3qA=";
CGO_ENABLED = 0;
ldflags = [