cloudflared: 2022.2.0 -> 2022.2.1 + license change

This commit is contained in:
Ivan Babrou 2022-02-18 10:53:10 -08:00
parent 3ddc71525f
commit 96c5741141

View File

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "cloudflared"; pname = "cloudflared";
version = "2022.2.0"; version = "2022.2.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cloudflare"; owner = "cloudflare";
repo = "cloudflared"; repo = "cloudflared";
rev = version; rev = version;
hash = "sha256-yo4Tu9wSxGdUAr2436lAlaP2U+5m/J4+oNQd/UQk3a0="; hash = "sha256-y9TduC6Fa1p3UFvSeW9n42AUD63dp/LEagiv3xlT/4U=";
}; };
vendorSha256 = null; vendorSha256 = null;
@ -20,7 +20,7 @@ buildGoModule rec {
meta = with lib; { meta = with lib; {
description = "CloudFlare Tunnel daemon (and DNS-over-HTTPS client)"; description = "CloudFlare Tunnel daemon (and DNS-over-HTTPS client)";
homepage = "https://www.cloudflare.com/products/tunnel"; homepage = "https://www.cloudflare.com/products/tunnel";
license = licenses.unfree; license = licenses.asl20;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ bbigras enorris thoughtpolice ]; maintainers = with maintainers; [ bbigras enorris thoughtpolice ];
}; };