cloudflared: base the build expression on go_1_21

It uses some custom fixed source for go.
https://hydra.nixos.org/build/253007930/nixlog/2/tail
This commit is contained in:
Vladimír Čunát
2024-03-17 10:51:14 +01:00
parent f4bc21c1fd
commit 47d58b92dd
+1 -1
View File
@@ -4662,7 +4662,7 @@ with pkgs;
cloudflared = callPackage ../applications/networking/cloudflared {
# https://github.com/cloudflare/cloudflared/issues/1151#issuecomment-1888819250
buildGoModule = buildGoModule.override {
go = go.overrideAttrs {
go = go_1_21.overrideAttrs {
pname = "cloudflare-go";
version = "0-unstable-2023-12-06";
src = fetchFromGitHub {