about summary refs log tree commit diff
path: root/pkgs/applications/networking/cloudflared
diff options
context:
space:
mode:
authorPiper McCorkle <contact@piperswe.me>2023-03-02 15:36:45 -0600
committerPiper McCorkle <contact@piperswe.me>2023-03-02 15:36:45 -0600
commite39ea4ca3ddeaeba5007559bdc4c0896f353648d (patch)
treed0bee315dd8abefe36c82a615fa64a1cea470759 /pkgs/applications/networking/cloudflared
parent10e51cdc0456f1d5c8a00f026c384f0e81126538 (diff)
cloudflared: 2023.2.2 -> 2023.3.0
Diff: https://github.com/cloudflare/cloudflared/compare/refs/tags/2023.2.2...2023.3.0

Changelog: https://github.com/cloudflare/cloudflared/releases/tag/2023.3.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 88876e9f98ff7..a386004c82cb2 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.2.2";
+  version = "2023.3.0";
 
   src = fetchFromGitHub {
     owner = "cloudflare";
     repo = "cloudflared";
     rev = "refs/tags/${version}";
-    hash = "sha256-qZ3h8KZLGSH+sqUs0wof5arKvcps1DdqBnT+coWEiys=";
+    hash = "sha256-LEK809MswDVwPJ6CuC13Fxb7fvliugixS/NOKBajqKM=";
   };
 
   vendorSha256 = null;