overlays/tailscale: 1.38.2 -> 1.38.4
This commit is contained in:
parent
872934ed35
commit
a1a8ad4ca5
@ -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.2";
|
version = "1.38.4";
|
||||||
src = super.fetchFromGitHub {
|
src = super.fetchFromGitHub {
|
||||||
owner = "tailscale";
|
owner = "tailscale";
|
||||||
repo = "tailscale";
|
repo = "tailscale";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-5WNP1wVaKKTauny/dANODMCiQmyzOcWRd83RUInoCuk=";
|
hash = "sha256-HjN8VzysxQvx5spXgbgbItH3y1bLbfHO+udNQMuyhAk=";
|
||||||
};
|
};
|
||||||
vendorHash = "sha256-LIvaxSo+4LuHUk8DIZ27IaRQwaDnjW6Jwm5AEc/V95A=";
|
vendorHash = "sha256-LIvaxSo+4LuHUk8DIZ27IaRQwaDnjW6Jwm5AEc/V95A=";
|
||||||
vendorSha256 = "_unset";
|
vendorSha256 = "_unset";
|
||||||
|
Loading…
Reference in New Issue
Block a user