cloudflared: 2023.7.3 -> 2023.8.0

This commit is contained in:
QJoly 2023-08-24 09:26:11 +02:00
parent e2a44ef6d9
commit 69f44e2e0e

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "cloudflared";
version = "2023.7.3";
version = "2023.8.0";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflared";
rev = "refs/tags/${version}";
hash = "sha256-Sv6f12XXVHIi97Ows1hsqAeb4z+ZtVM5B0v0Xz/b5iY=";
hash = "sha256-2gBVq7qCOJtSPbE1Yiq7J3roAku1ax+vfZ0SZ8WVHz8=";
};
vendorHash = null;