Skip to content

Commit 2ece605

Browse files
committed
oauth2-proxy: use go 1.25 to unbreak build
1 parent 9924ee2 commit 2ece605

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/oa/oauth2-proxy/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
lib,
3-
buildGoModule,
3+
buildGo125Module,
44
fetchFromGitHub,
55
versionCheckHook,
66
}:
77

8-
buildGoModule rec {
8+
buildGo125Module rec {
99
pname = "oauth2-proxy";
1010
version = "7.13.0";
1111

0 commit comments

Comments
 (0)