tailscalesd: 0.4.0 -> 0.5.0

This commit is contained in:
R. Ryantm
2025-12-25 02:17:26 +00:00
parent 657425eae2
commit bfb3ceb315
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "tailscalesd";
version = "0.4.0";
version = "0.5.0";
src = fetchFromGitHub {
owner = "cfunkhouser";
repo = "tailscalesd";
rev = "v${version}";
hash = "sha256-avGgkGgzeupZwqRPT1juRyTs6udpefTI0W0rqmvhwk0=";
hash = "sha256-FaM2kr3fBC1R2Kgvf5xz4zAw8JQGOmN3fQhHayB/Zs0=";
};
vendorHash = "sha256-DowF+3eTe+bC3wqfIznCaLwcl42vRyEzFCbMRZffZS8=";
vendorHash = "sha256-/nmX0Zqwda5LRC9cmLneU1NJa/VL8vgG284BtjiNTbE=";
meta = {
description = "Prometheus Service Discovery for Tailscale";