tailscale: 1.72.0 -> 1.72.1

Changes: https://tailscale.com/changelog#2024-08-22
This commit is contained in:
Ashish SHUKLA 2024-08-23 00:40:02 +05:30
parent 4de4818c1f
commit eb19b36ec4
No known key found for this signature in database

View File

@ -15,7 +15,7 @@
}: }:
let let
version = "1.72.0"; version = "1.72.1";
in in
buildGoModule { buildGoModule {
pname = "tailscale"; pname = "tailscale";
@ -25,7 +25,7 @@ buildGoModule {
owner = "tailscale"; owner = "tailscale";
repo = "tailscale"; repo = "tailscale";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-PFXXd5ToBbvuGl+u4nEAHy1F696lxHD3PrPJ3Tpb+eg="; hash = "sha256-b1o3UHotVs5/+cpMx9q8bvt6BSM2QamLDUNyBNfb58A=";
}; };
patches = [ patches = [