Merge pull request #123115 from bbigras/cloudflared

cloudflared: 2021.3.3 -> 2021.5.6
This commit is contained in:
Sandro
2021-05-15 21:41:04 +02:00
committed by GitHub

View File

@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "cloudflared";
version = "2021.3.3";
version = "2021.5.6";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflared";
rev = version;
sha256 = "sha256-St2WBdy76OVFlYoY1RGwQj1WsUpPtsL7yX1MFwztKgs=";
sha256 = "sha256-CwwdU5phnJGcSVXCoea3jZoSa9uoABJKL/Z1BsYUY1g=";
};
vendorSha256 = null;