tailscale-nginx-auth: switch to Go 1.23
This commit is contained in:
parent
be7fd2597a
commit
2fac910347
@ -1,6 +1,6 @@
|
||||
{ lib, stdenv, buildGoModule, tailscale }:
|
||||
{ lib, stdenv, buildGo123Module, tailscale }:
|
||||
|
||||
buildGoModule {
|
||||
buildGo123Module {
|
||||
pname = "tailscale-nginx-auth";
|
||||
inherit (tailscale) version src vendorHash;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user