Merge pull request #175483 from techknowlogick/cloudflared-2

cloudflared: 2022.5.1 -> 2022.5.2
This commit is contained in:
ckie
2022-05-30 17:56:36 +03:00
committed by GitHub
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "cloudflared";
version = "2022.5.1";
version = "2022.5.2";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflared";
rev = version;
hash = "sha256-yv4ulVkc7WX6T287kXecyE6lFlxh4YKAi2UCGkOf/lk=";
hash = "sha256-xE/Bc+6Ob2u4tQQoykoaa8MhFH2czwz5rMABUqfXNMM=";
};
vendorSha256 = null;