summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cloudflared
diff options
context:
space:
mode:
authorManuel Hutter <manuel@hutter.io>2023-07-27 20:31:08 +0200
committerManuel Hutter <manuel@hutter.io>2023-07-27 20:41:15 +0200
commit7e96794e1439e551e5cf571a339413cdadab3ec4 (patch)
tree4e5ec18c779c71b01dd691ee81a077167cb15b7b /pkgs/applications/networking/cloudflared
parent6774f3fc04adfd6245a84f02cd0c7ed1af02c89b (diff)
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>
Diffstat (limited to 'pkgs/applications/networking/cloudflared')
-rw-r--r--pkgs/applications/networking/cloudflared/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cloudflared/default.nix b/pkgs/applications/networking/cloudflared/default.nix
index 53e5a3f1680d..eea7abd62e64 100644
--- a/pkgs/applications/networking/cloudflared/default.nix
+++ b/pkgs/applications/networking/cloudflared/default.nix
@@ -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;