overlay/tailscale: update to 1.38.2
This commit is contained in:
parent
347a682b15
commit
7c64c6178e
@ -3,12 +3,12 @@ let
|
|||||||
tailscale = super.callPackage "${super.path}/pkgs/servers/tailscale" {
|
tailscale = super.callPackage "${super.path}/pkgs/servers/tailscale" {
|
||||||
buildGoModule = args:
|
buildGoModule = args:
|
||||||
super.buildGo120Module (args // rec {
|
super.buildGo120Module (args // rec {
|
||||||
version = "1.38.1";
|
version = "1.38.2";
|
||||||
src = super.fetchFromGitHub {
|
src = super.fetchFromGitHub {
|
||||||
owner = "tailscale";
|
owner = "tailscale";
|
||||||
repo = "tailscale";
|
repo = "tailscale";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-2VTYZhC/U32fzEJCxkCB35IqQBALKXQA23SvhY57lSU=";
|
hash = "sha256-5WNP1wVaKKTauny/dANODMCiQmyzOcWRd83RUInoCuk=";
|
||||||
};
|
};
|
||||||
vendorHash = "sha256-LIvaxSo+4LuHUk8DIZ27IaRQwaDnjW6Jwm5AEc/V95A=";
|
vendorHash = "sha256-LIvaxSo+4LuHUk8DIZ27IaRQwaDnjW6Jwm5AEc/V95A=";
|
||||||
vendorSha256 = "_unset";
|
vendorSha256 = "_unset";
|
||||||
|
Loading…
Reference in New Issue
Block a user