Unverified Commit 3f94ed96 authored by Emily's avatar Emily Committed by GitHub
Browse files

Merge pull request #265142 from mfrw/mfrw/tailscale-1.52.1

tailscale: 1.52.0 -> 1.52.1
parents 3a50bdcf 1dfb3f52
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ lib, stdenv, buildGoModule, fetchFromGitHub, makeWrapper, iptables, iproute2, procps, shadow, getent }:

let
  version = "1.52.0";
  version = "1.52.1";
in
buildGoModule {
  pname = "tailscale";
@@ -11,7 +11,7 @@ buildGoModule {
    owner = "tailscale";
    repo = "tailscale";
    rev = "v${version}";
    hash = "sha256-mvsDM1kOLP/1LbTzmojquEF8HGy6Kb2cqJu7EnxEHPU=";
    hash = "sha256-hscKV4jhJ+tqgTFuOEThABpu8iqK3+av7+DcuSmZwQ4=";
  };
  vendorHash = "sha256-WGZkpffwe4I8FewdBHXGaLbKQP/kHr7UF2lCXBTcNb4=";