Merge pull request #265142 from mfrw/mfrw/tailscale-1.52.1

tailscale: 1.52.0 -> 1.52.1
This commit is contained in:
Emily
2023-11-03 20:49:11 +01:00
committed by GitHub
+2 -2
View File
@@ -1,7 +1,7 @@
{ lib, stdenv, buildGoModule, fetchFromGitHub, makeWrapper, iptables, iproute2, procps, shadow, getent }:
let
version = "1.52.0";
version = "1.52.1";
in
buildGoModule {
pname = "tailscale";
@@ -11,7 +11,7 @@ buildGoModule {
owner = "tailscale";
repo = "tailscale";
rev = "v${version}";
hash = "sha256-mvsDM1kOLP/1LbTzmojquEF8HGy6Kb2cqJu7EnxEHPU=";
hash = "sha256-hscKV4jhJ+tqgTFuOEThABpu8iqK3+av7+DcuSmZwQ4=";
};
vendorHash = "sha256-WGZkpffwe4I8FewdBHXGaLbKQP/kHr7UF2lCXBTcNb4=";