Merge pull request #123618 from r-ryantm/auto-update/cloudflared

cloudflared: 2021.5.6 -> 2021.5.7
This commit is contained in:
Austin Seipp 2021-05-20 18:08:51 -05:00 committed by GitHub
commit d42cd445dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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