summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cloudflared
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-12 13:24:37 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-12 13:24:37 +0000
commit7a401d46b62bd5e640532cf11be75539d0108249 (patch)
treeeb8f875e596727d304cd0d738e679eee7e3dc999 /pkgs/applications/networking/cloudflared
parent5600847c87e4fe1df53987ba83425fc32b7f61df (diff)
cloudflared: 2024.1.5 -> 2024.2.0
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 97515d4ead7a..9e597df79288 100644
--- a/pkgs/applications/networking/cloudflared/default.nix
+++ b/pkgs/applications/networking/cloudflared/default.nix
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "cloudflared";
- version = "2024.1.5";
+ version = "2024.2.0";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflared";
rev = "refs/tags/${version}";
- hash = "sha256-g7FUwEs/wEcX1vRgfoQZw+uMzx6ng3j4vFwhlHs6WKg=";
+ hash = "sha256-jcIHpRHcAgzzSKvZH9SLfu5Ake3zCgsSw1iv64yXW2E=";
};
vendorHash = null;