overlays/tailscale: 1.38.2 -> 1.38.4

This commit is contained in:
Aaron Bieber 2023-04-07 08:42:55 -06:00
parent 872934ed35
commit a1a8ad4ca5
No known key found for this signature in database

View File

@ -3,12 +3,12 @@ let
tailscale = super.callPackage "${super.path}/pkgs/servers/tailscale" {
buildGoModule = args:
super.buildGo120Module (args // rec {
version = "1.38.2";
version = "1.38.4";
src = super.fetchFromGitHub {
owner = "tailscale";
repo = "tailscale";
rev = "v${version}";
hash = "sha256-5WNP1wVaKKTauny/dANODMCiQmyzOcWRd83RUInoCuk=";
hash = "sha256-HjN8VzysxQvx5spXgbgbItH3y1bLbfHO+udNQMuyhAk=";
};
vendorHash = "sha256-LIvaxSo+4LuHUk8DIZ27IaRQwaDnjW6Jwm5AEc/V95A=";
vendorSha256 = "_unset";