Unverified Commit 0fe3416c authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

tailscale: 1.76.0 -> 1.76.1 (#349200)

parents 1de809a9 c9ee9d80
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
}:

let
  version = "1.76.0";
  version = "1.76.1";
in
buildGoModule {
  pname = "tailscale";
@@ -27,7 +27,7 @@ buildGoModule {
    owner = "tailscale";
    repo = "tailscale";
    rev = "v${version}";
    hash = "sha256-fCUrZ+rrNJ9+XYjCtgaTUWmWczBbavtPe1pFM3L913w=";
    hash = "sha256-tuD7GlBZdXPORZkBISp9QDj592a1OX3T+EVysuG+xWw=";
  };

  patches = [