about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-06-30 09:53:58 -0400
committerGitHub <noreply@github.com>2024-06-30 09:53:58 -0400
commite7be37e2293d402c8660b3aee90d9a39ede4c1c7 (patch)
treed35b0a494b77e34c4e0d0ef39ab3538f7dadb97f /pkgs/applications/networking
parentffa6fef5add59702e1d7c255a8904d636ad6a9f3 (diff)
parent87f51495e56bbdcc9d74763ac47095b74da337dc (diff)
Merge pull request #320992 from LostAttractor/upd/cloudflared
cloudflared: 2024.4.1 -> 2024.6.1
Diffstat (limited to 'pkgs/applications/networking')
-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 59e0f843648ed..0d42e228b6b98 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.4.1";
+  version = "2024.6.1";
 
   src = fetchFromGitHub {
     owner = "cloudflare";
     repo = "cloudflared";
     rev = "refs/tags/${version}";
-    hash = "sha256-rDw25kFiD16xma/LozGjlc/Tm6hoRYzHs8spTk6HU6Y=";
+    hash = "sha256-hgZ9+ltS7y5nOPdGFnql4KzgBXh5zgAfXLJy8REOY8o=";
   };
 
   vendorHash = null;