Unverified Commit 6d502eea authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #312047 from r-ryantm/auto-update/tailscale-nginx-auth

tailscale-nginx-auth: 1.66.0 -> 1.66.3
parents c9a8ae84 f935c6fb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ lib, stdenv, buildGoModule, fetchFromGitHub }:

let
  version = "1.66.0";
  version = "1.66.3";
in
buildGoModule {
  pname = "tailscale-nginx-auth";
@@ -11,7 +11,7 @@ buildGoModule {
    owner = "tailscale";
    repo = "tailscale";
    rev = "v${version}";
    hash = "sha256-ZI9/YlVHbdvEwD0YHWfUhciU2x4wp4GzTanwDvuIpz4=";
    hash = "sha256-dFyXOoN4YZfN3G1XfHK1/8M1ROwW9Q9eCl/NjTdfD4Q=";
  };
  vendorHash = "sha256-Hd77xy8stw0Y6sfk3/ItqRIbM/349M/4uf0iNy1xJGw=";