about summary refs log tree commit diff
path: root/pkgs/applications/networking/cloudflared
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-04-11 11:44:37 +0300
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-04-11 11:44:37 +0300
commit1c949539d83f68d7c9bda3304c0298aabdbd5538 (patch)
tree748d1449a9e75b56de406617c9520688dbd8ef06 /pkgs/applications/networking/cloudflared
parent19502db2c3c2864a6a5b8bca0f41c0be092a00c5 (diff)
cloudflared: 2023.3.0 -> 2023.4.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 a386004c82cb2..d3f76e54c9367 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.3.0";
+  version = "2023.4.0";
 
   src = fetchFromGitHub {
     owner = "cloudflare";
     repo = "cloudflared";
     rev = "refs/tags/${version}";
-    hash = "sha256-LEK809MswDVwPJ6CuC13Fxb7fvliugixS/NOKBajqKM=";
+    hash = "sha256-+lmSztMstz8tYFP9rPmh99bkbCVea6wbiCrpbJUI/qc=";
   };
 
   vendorSha256 = null;