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

cloudflared: 2022.11.1 -> 2022.12.1
This commit is contained in:
Pascal Bach 2022-12-22 22:32:27 +01:00 committed by GitHub
commit 397ceb1846
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.11.1";
version = "2022.12.1";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflared";
rev = version;
hash = "sha256-aG63CEJfEL9r0SviZu9VzArtt3e4VuAbOMaYk9atSGo=";
hash = "sha256-FXN/UUlzG3+AYYZeKJ6XUG4rD3cPWIx22h3zZpvZhiM=";
};
vendorSha256 = null;