Merge pull request #285727 from sefidel/cloudflared-2024.1.5

cloudflared: 2023.10.0 -> 2024.1.5
This commit is contained in:
kirillrdy 2024-02-04 22:19:46 +11:00 committed by GitHub
commit e1c5158920
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 6 deletions

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "cloudflared";
version = "2023.10.0";
version = "2024.1.5";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflared";
rev = "refs/tags/${version}";
hash = "sha256-T+hxNvsckL8PAVb4GjXhnkVi3rXMErTjRgGxCUypwVA=";
hash = "sha256-g7FUwEs/wEcX1vRgfoQZw+uMzx6ng3j4vFwhlHs6WKg=";
};
vendorHash = null;

View File

@ -4698,10 +4698,7 @@ with pkgs;
cloudbrute = callPackage ../tools/security/cloudbrute { };
cloudflared = callPackage ../applications/networking/cloudflared {
# https://github.com/cloudflare/cloudflared/issues/1054
buildGoModule = buildGo120Module;
};
cloudflared = callPackage ../applications/networking/cloudflared { };
cloudflare-dyndns = callPackage ../applications/networking/cloudflare-dyndns { };