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

tailscale-nginx-auth: 1.68.0 -> 1.68.1
This commit is contained in:
Pol Dellaiera
2024-06-21 22:25:42 +02:00
committed by GitHub
@@ -1,7 +1,7 @@
{ lib, stdenv, buildGoModule, fetchFromGitHub }:
let
version = "1.68.0";
version = "1.68.1";
in
buildGoModule {
pname = "tailscale-nginx-auth";
@@ -11,7 +11,7 @@ buildGoModule {
owner = "tailscale";
repo = "tailscale";
rev = "v${version}";
hash = "sha256-GTl5RCwIoDuzbaigy0/++xaPPEMLRDbBi/z82xCDOZY=";
hash = "sha256-ZAzro69F7ovfdqzRss/U7puh1T37bkEtUXabCYc5LwU=";
};
vendorHash = "sha256-SUjoeOFYz6zbEgv/vND7kEXbuWlZDrUKF2Dmqsf/KVw=";