about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-09-02 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-09-02 04:20:00 +0000
commitc6456543fc9d4358d246385efe68c7d87110441f (patch)
treed25b9cb13ecace80165d266cdafb97a2387b721b /pkgs/applications
parentec7fa4e2af38761d3955aed7cf8d109dc46853c0 (diff)
cloudflared: 2023.8.1 -> 2023.8.2
Diff: https://github.com/cloudflare/cloudflared/compare/refs/tags/2023.8.1...2023.8.2

Changelog: https://github.com/cloudflare/cloudflared/releases/tag/2023.8.2
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 7e88d1a6e95cc..a83f1e1dfa616 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.8.1";
+  version = "2023.8.2";
 
   src = fetchFromGitHub {
     owner = "cloudflare";
     repo = "cloudflared";
     rev = "refs/tags/${version}";
-    hash = "sha256-EmUcQZSFzICGkI7gv5f3szaAvUugdhUHed9+FkLMrik=";
+    hash = "sha256-8khwpGOBSpbAHnKeKFZUrJoE0dgQB3bN6Y/W2gwRfCM=";
   };
 
   vendorHash = null;