cloudflared: 2021.1.2 -> 2022.2.0

This commit is contained in:
Lorenz Leutgeb 2022-02-12 18:15:12 +01:00 committed by GitHub
parent 21c90df5e8
commit be5d039d90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "cloudflared";
version = "2022.1.2";
version = "2022.2.0";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflared";
rev = version;
hash = "sha256-PdmYOFy6CWMqHlcK0PeHPGCVSLhIJOIDnXOAh/qYt+8=";
hash = "sha256-yo4Tu9wSxGdUAr2436lAlaP2U+5m/J4+oNQd/UQk3a0=";
};
vendorSha256 = null;
@ -18,8 +18,8 @@ buildGoModule rec {
ldflags = [ "-X main.Version=${version}" ];
meta = with lib; {
description = "CloudFlare Argo Tunnel daemon (and DNS-over-HTTPS client)";
homepage = "https://www.cloudflare.com/products/argo-tunnel";
description = "CloudFlare Tunnel daemon (and DNS-over-HTTPS client)";
homepage = "https://www.cloudflare.com/products/tunnel";
license = licenses.unfree;
platforms = platforms.unix;
maintainers = with maintainers; [ bbigras enorris thoughtpolice ];