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