about summary refs log tree commit diff
path: root/pkgs/applications/networking/cloudflared
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-06-28 14:05:22 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-06-28 14:05:22 +0000
commit1fd648559bc00ee3382bbc540c782a76bca2d3ed (patch)
tree4838b227779581ae6615a2760335fecc9ef6b801 /pkgs/applications/networking/cloudflared
parentd1e636cf56e251b89c9ba48dd1e7820cfb295d32 (diff)
cloudflared: 2023.5.1 -> 2023.6.1
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 4fb5779f0bae3..3b78353edf89a 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.5.1";
+  version = "2023.6.1";
 
   src = fetchFromGitHub {
     owner = "cloudflare";
     repo = "cloudflared";
     rev = "refs/tags/${version}";
-    hash = "sha256-Pt/iyBMAHMNxN92UAXPNoVXh8kOGdD5+JGZlXEioByY=";
+    hash = "sha256-ZqiIt5zWEfw6Edi+q5/kAh/g3W/+OPNxKf/NWOnpCqY=";
   };
 
   vendorHash = null;