cloudflared: 2021.3.3 -> 2021.5.6

This commit is contained in:
Bruno Bigras 2021-05-15 10:23:01 -04:00
parent f5f8f2415e
commit 2bc3592339

View File

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