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

cloudflared: 2021.8.3 -> 2021.8.6
This commit is contained in:
Mario Rodas 2021-08-29 00:39:57 -05:00 committed by GitHub
commit d2b5fe15bc
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.8.3";
version = "2021.8.6";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflared";
rev = version;
sha256 = "sha256-gipLjABvJ1QK98uX7Gl6feHXUei95yHlSNkqlQ7pVg4=";
sha256 = "sha256-dMZu4IRdchPeoYylz1XDZeJsAW+V8HZApNndpeu+RbA=";
};
vendorSha256 = null;