tailscale: 1.80.2 -> 1.80.3 (#387107)

This commit is contained in:
Pol Dellaiera
2025-03-04 23:28:56 +01:00
committed by GitHub
+2 -2
View File
@@ -22,7 +22,7 @@
}:
let
version = "1.80.2";
version = "1.80.3";
in
buildGoModule {
pname = "tailscale";
@@ -37,7 +37,7 @@ buildGoModule {
owner = "tailscale";
repo = "tailscale";
rev = "v${version}";
hash = "sha256-5HGY9hVSnzqmAdXNJdQ+ZvsK/PmyZ94201UHlHclQE8=";
hash = "sha256-UOz2EAUlYZx2XBzw8hADO0ti9bgwz19MTg60rSefSB8=";
};
patches = [