cloudflared: 2023.7.0 -> 2023.7.3

Changelog: https://github.com/cloudflare/cloudflared/blob/2023.7.3/CHANGES.md

Signed-off-by: Manuel Hutter <manuel@hutter.io>
This commit is contained in:
Manuel Hutter 2023-07-27 20:31:08 +02:00
parent 6774f3fc04
commit 7e96794e14
No known key found for this signature in database
GPG Key ID: 3D7A6B26F12CD714

View File

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