Skip to content

Commit

Permalink
Merge pull request NixOS#215512 from kouyk/update/tailscale
Browse files Browse the repository at this point in the history
tailscale: 1.36.0 -> 1.36.1
  • Loading branch information
LeSuisse authored Feb 9, 2023
2 parents 275d807 + f7fe775 commit 53bf06b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/tailscale/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

buildGoModule rec {
pname = "tailscale";
version = "1.36.0";
version = "1.36.1";

src = fetchFromGitHub {
owner = "tailscale";
repo = "tailscale";
rev = "v${version}";
sha256 = "sha256-hNyEABs/GdfOx6vLTVBgbOzkbFvEDYZ0y1y0a0mIsfA=";
sha256 = "sha256-xTfMq8n9Io99qg/cc7SAWelcxXaWr21IQhsICeDCDNU=";
};
vendorSha256 = "sha256-Jy3kjUA8qLhcw9XLw4Xo1zhD+IWZrDNM79TsbnKpx/g=";
vendorSha256 = "sha256-xdZlwv/2knOE7xaGeNHYNdztflhLLmirGzPOJpDvk3s=";

nativeBuildInputs = lib.optionals stdenv.isLinux [ makeWrapper ];

Expand Down

0 comments on commit 53bf06b

Please sign in to comment.