tailscale: 1.76.1 -> 1.76.3 (#352522)

This commit is contained in:
Sandro 2024-10-31 16:33:07 +01:00 committed by GitHub
commit 41068dcc63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@
}:
let
version = "1.76.1";
version = "1.76.3";
in
buildGo123Module {
pname = "tailscale";
@ -27,7 +27,7 @@ buildGo123Module {
owner = "tailscale";
repo = "tailscale";
rev = "v${version}";
hash = "sha256-tuD7GlBZdXPORZkBISp9QDj592a1OX3T+EVysuG+xWw=";
hash = "sha256-bSMtBIIpLVbADjHBojeO7VM/Ny+aWM1bz29ZuhOvjRY=";
};
patches = [