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

cloudflared: 2023.8.2 -> 2023.10.0
This commit is contained in:
OTABI Tomoya 2023-11-08 01:22:38 +09:00 committed by GitHub
commit 52fd27c688
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "cloudflared";
version = "2023.8.2";
version = "2023.10.0";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflared";
rev = "refs/tags/${version}";
hash = "sha256-8khwpGOBSpbAHnKeKFZUrJoE0dgQB3bN6Y/W2gwRfCM=";
hash = "sha256-T+hxNvsckL8PAVb4GjXhnkVi3rXMErTjRgGxCUypwVA=";
};
vendorHash = null;