Merge pull request #209151 from 06kellyjac/tailscale

tailscale: 1.34.1 -> 1.34.2

authored by Nikolay Korotkiy and committed by GitHub 2cb93a88 3ebdfd53

+3 -3
+3 -3
pkgs/servers/tailscale/default.nix
··· 2 3 buildGoModule rec { 4 pname = "tailscale"; 5 - version = "1.34.1"; 6 7 src = fetchFromGitHub { 8 owner = "tailscale"; 9 repo = "tailscale"; 10 rev = "v${version}"; 11 - sha256 = "sha256-C+Ae90mDzMwnBlKpr3ysdGypo4UaqRfSMfOl3zcuKRE="; 12 }; 13 - vendorSha256 = "sha256-nSllDi6G4QAGyuoGduDhI0vaVuN2//eg+gXRSZ3ERiQ="; 14 15 nativeBuildInputs = lib.optionals stdenv.isLinux [ makeWrapper ]; 16
··· 2 3 buildGoModule rec { 4 pname = "tailscale"; 5 + version = "1.34.2"; 6 7 src = fetchFromGitHub { 8 owner = "tailscale"; 9 repo = "tailscale"; 10 rev = "v${version}"; 11 + sha256 = "sha256-uFr7swB7AQLvjDg+1KBCQuoLkDw454+gVe+6/iD74LM="; 12 }; 13 + vendorSha256 = "sha256-//qhvzZzaAqfcj4HZIy6ZkGyfAwtRdf7ARaXI+trTe0="; 14 15 nativeBuildInputs = lib.optionals stdenv.isLinux [ makeWrapper ]; 16