tailscale-nginx-auth: switch to Go 1.23

This commit is contained in:
Ashish SHUKLA 2024-09-14 14:18:05 +05:30
parent be7fd2597a
commit 2fac910347
No known key found for this signature in database

View File

@ -1,6 +1,6 @@
{ lib, stdenv, buildGoModule, tailscale }:
{ lib, stdenv, buildGo123Module, tailscale }:
buildGoModule {
buildGo123Module {
pname = "tailscale-nginx-auth";
inherit (tailscale) version src vendorHash;