about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-02-25 11:31:56 -0500
committerGitHub <noreply@github.com>2024-02-25 11:31:56 -0500
commit2aaca158308793598aab3db8cf59d29748a2b542 (patch)
treee77f6db649e876d3d2543a7df72d8ff734421173 /pkgs/applications
parent3ba918019e891f3cb86c0bdbae53b4faf5fb7f88 (diff)
parentfe682a75a3ab581d5f67d61f650cbc972df9a318 (diff)
Merge pull request #290696 from r-ryantm/auto-update/cloudflared
cloudflared: 2024.2.0 -> 2024.2.1
Diffstat (limited to 'pkgs/applications')
-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 9e597df792887..00e471590ec42 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.2.0";
+  version = "2024.2.1";
 
   src = fetchFromGitHub {
     owner = "cloudflare";
     repo = "cloudflared";
     rev = "refs/tags/${version}";
-    hash = "sha256-jcIHpRHcAgzzSKvZH9SLfu5Ake3zCgsSw1iv64yXW2E=";
+    hash = "sha256-aSAwDz7QSYbHfDA+/usGh7xCxSq+kBTB3eqMBf5XEa8=";
   };
 
   vendorHash = null;