Unverified Commit 13068b28 authored by Moritz Sanft's avatar Moritz Sanft Committed by GitHub
Browse files

tailscale: 1.80.0 -> 1.80.2 (#381972)

parents 0f327474 e0a1e676
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
}:

let
  version = "1.80.0";
  version = "1.80.2";
in
buildGo123Module {
  pname = "tailscale";
@@ -31,7 +31,7 @@ buildGo123Module {
    owner = "tailscale";
    repo = "tailscale";
    rev = "v${version}";
    hash = "sha256-wb52Ffoh56EEVToGGK1Rzfb5DHiR2dLxDJRLcUgYhFg=";
    hash = "sha256-5HGY9hVSnzqmAdXNJdQ+ZvsK/PmyZ94201UHlHclQE8=";
  };

  patches = [
@@ -43,7 +43,7 @@ buildGo123Module {
    })
  ];

  vendorHash = "sha256-a+d02h0AXqr2FuWRAOUACiYVSpm276onkwKxGSJTL5s=";
  vendorHash = "sha256-81UOjoC5GJqhNs4vWcQ2/B9FMaDWtl0rbuFXmxbu5dI=";

  nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [ makeWrapper ] ++ [
    installShellFiles