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

cloudflared: 2023.8.0 -> 2023.8.1
This commit is contained in:
Mario Rodas 2023-09-02 13:27:27 -05:00 committed by GitHub
commit 9bdee5a9a4
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.0";
version = "2023.8.2";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflared";
rev = "refs/tags/${version}";
hash = "sha256-2gBVq7qCOJtSPbE1Yiq7J3roAku1ax+vfZ0SZ8WVHz8=";
hash = "sha256-8khwpGOBSpbAHnKeKFZUrJoE0dgQB3bN6Y/W2gwRfCM=";
};
vendorHash = null;