Merge pull request #163708 from techknowlogick/bump-cloudflared

This commit is contained in:
Sandro 2022-03-11 23:48:44 +01:00 committed by GitHub
commit f8cf02e288
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "cloudflared";
version = "2022.2.1";
version = "2022.3.1";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflared";
rev = version;
hash = "sha256-y9TduC6Fa1p3UFvSeW9n42AUD63dp/LEagiv3xlT/4U=";
hash = "sha256-iVg+AXSBO+caeYxUR41infCvsCTZkJTf7K0oZnOQmnY=";
};
vendorSha256 = null;