tailscale: 1.72.0 -> 1.72.1

Changes: https://tailscale.com/changelog#2024-08-22
(cherry picked from commit eb19b36ec4)
This commit is contained in:
Ashish SHUKLA
2024-08-23 00:40:02 +05:30
committed by Sandro Jäckel
parent 0c6b68e52d
commit e4231d5541

View File

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