Unverified Commit d95b3878 authored by tomberek's avatar tomberek Committed by GitHub
Browse files

Merge pull request #222898 from drupol/bump/tailscale-1-38-2

tailscale: 1.38.1 -> 1.38.2
parents 1a173c89 76ca62d6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "tailscale";
  version = "1.38.1";
  version = "1.38.2";

  src = fetchFromGitHub {
    owner = "tailscale";
    repo = "tailscale";
    rev = "v${version}";
    hash = "sha256-2VTYZhC/U32fzEJCxkCB35IqQBALKXQA23SvhY57lSU=";
    hash = "sha256-5WNP1wVaKKTauny/dANODMCiQmyzOcWRd83RUInoCuk=";
  };
  vendorHash = "sha256-LIvaxSo+4LuHUk8DIZ27IaRQwaDnjW6Jwm5AEc/V95A=";