tailscale-nginx-auth: 1.62.1 -> 1.64.0

This commit is contained in:
R. Ryantm 2024-04-14 02:37:10 +00:00
parent 1b69196959
commit 7533dac2b1

View File

@ -1,7 +1,7 @@
{ lib, stdenv, buildGoModule, fetchFromGitHub }: { lib, stdenv, buildGoModule, fetchFromGitHub }:
let let
version = "1.62.1"; version = "1.64.0";
in in
buildGoModule { buildGoModule {
pname = "tailscale-nginx-auth"; pname = "tailscale-nginx-auth";
@ -11,9 +11,9 @@ buildGoModule {
owner = "tailscale"; owner = "tailscale";
repo = "tailscale"; repo = "tailscale";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-gV1k+8n6vuL9q4hNaMdQLf6083Em+CC7/uTdUpehbUU="; hash = "sha256-qBZoiqhBMBNbeytDBH+sOxxsVjOcH6vnSgIufx+Op04=";
}; };
vendorHash = "sha256-jyRjT/CQBlmjHzilxJvMuzZQlGyJB4X/yISgWjBVDxc="; vendorHash = "sha256-pYeHqYd2cCOVQlD1r2lh//KC+732H0lj1fPDBr+W8qA=";
CGO_ENABLED = 0; CGO_ENABLED = 0;