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:
parent
6774f3fc04
commit
7e96794e14
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user