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

cloudflared: 2021.1.5 -> 2021.2.1
This commit is contained in:
Mario Rodas
2021-02-08 20:27:39 -05:00
committed by GitHub

View File

@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "cloudflared";
version = "2021.1.5";
version = "2021.2.1";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflared";
rev = version;
sha256 = "sha256-nknRQdlYVfqCi9SMVTak615Yn/9N99+zHITDKL5nZ00=";
sha256 = "sha256-kmlyj6Q+OAJ0cKMeWxajPDBm99WpRf+Gpvc+Jy79DCo=";
};
vendorSha256 = null;