tailscale: 1.76.3 -> 1.76.6

This commit is contained in:
Yifei Sun 2024-11-06 19:32:29 -05:00
parent 88f08426e2
commit 93e10d489a
No known key found for this signature in database
GPG Key ID: D973170F9B86DB70

View File

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