tailscale: 1.68.1 -> 1.68.2

This commit is contained in:
R. Ryantm
2024-07-03 04:32:48 +00:00
parent 9a775e4ab3
commit 203fb14ff3

View File

@@ -14,7 +14,7 @@
}:
let
version = "1.68.1";
version = "1.68.2";
in
buildGoModule {
pname = "tailscale";
@@ -24,7 +24,7 @@ buildGoModule {
owner = "tailscale";
repo = "tailscale";
rev = "v${version}";
hash = "sha256-ZAzro69F7ovfdqzRss/U7puh1T37bkEtUXabCYc5LwU=";
hash = "sha256-VI5k8PnPP8r2rIkW7AeQod7JmoHWuSLiaxkZXXv+0T8=";
};
patches = [