vacuum-go: 0.10.0 -> 0.10.1

This commit is contained in:
R. Ryantm 2024-06-22 15:45:10 +00:00
parent 47ea5bd487
commit f7a72ff407

View File

@ -2,14 +2,14 @@
buildGoModule rec {
pname = "vacuum-go";
version = "0.10.0";
version = "0.10.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-YQJKmLhxBnU6gKbhnzVAF53N1qS0/DQjjuOj8g6y+vo=";
hash = "sha256-hIvQZQk9FwddqAQl7GjZ0zMa41j59LGHZ3eL9MRw7wg=";
};
vendorHash = "sha256-OhdN4/fNbXa5ZMakdf370rqyDlCVYjJ1IfeV6hEwcv4=";