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 {
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;