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

cloudflared: 2021.9.2 -> 2021.10.5

authored by Artturi and committed by GitHub 47c2ca8d 15d19f00

+2 -2
+2 -2
pkgs/applications/networking/cloudflared/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "cloudflared"; 5 - version = "2021.9.2"; 5 + version = "2021.10.5"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "cloudflare"; 9 9 repo = "cloudflared"; 10 10 rev = version; 11 - sha256 = "sha256-UAx3DY8d3I1g7DuNmBu4w+3NGUQqDdcScXdtq/VkpJ8="; 11 + sha256 = "sha256-vz7S6Qzr10Idy83ogMIHEHrjxGxxjtFnzNsuhbZqUnA="; 12 12 }; 13 13 14 14 vendorSha256 = null;