parent
2c957d2e05
commit
cef94ff0e7
2 changed files with 6 additions and 3 deletions
|
@ -7,13 +7,13 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "cloudflared";
|
pname = "cloudflared";
|
||||||
version = "2024.1.5";
|
version = "2023.10.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cloudflare";
|
owner = "cloudflare";
|
||||||
repo = "cloudflared";
|
repo = "cloudflared";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-g7FUwEs/wEcX1vRgfoQZw+uMzx6ng3j4vFwhlHs6WKg=";
|
hash = "sha256-T+hxNvsckL8PAVb4GjXhnkVi3rXMErTjRgGxCUypwVA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = null;
|
vendorHash = null;
|
||||||
|
|
|
@ -4694,7 +4694,10 @@ with pkgs;
|
||||||
|
|
||||||
cloudbrute = callPackage ../tools/security/cloudbrute { };
|
cloudbrute = callPackage ../tools/security/cloudbrute { };
|
||||||
|
|
||||||
cloudflared = callPackage ../applications/networking/cloudflared { };
|
cloudflared = callPackage ../applications/networking/cloudflared {
|
||||||
|
# https://github.com/cloudflare/cloudflared/issues/1054
|
||||||
|
buildGoModule = buildGo120Module;
|
||||||
|
};
|
||||||
|
|
||||||
cloudflare-dyndns = callPackage ../applications/networking/cloudflare-dyndns { };
|
cloudflare-dyndns = callPackage ../applications/networking/cloudflare-dyndns { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue