about summary refs log tree commit diff
path: root/pkgs/applications/networking/cloudflared
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2022-03-27 02:50:32 -0400
committertechknowlogick <techknowlogick@gitea.io>2022-03-27 02:50:32 -0400
commit7b4bd32ec2aa51286fb5d39f2719580aa40839c9 (patch)
tree18ffcc5d7a59e5bb225391143d33ae23ca1d761d /pkgs/applications/networking/cloudflared
parentde698b740bbebbfb120460ea0d0c7070e7d7f7c8 (diff)
cloudflared: 2022.3.1 -> 2022.3.4
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 3707876fd7409..e5a3fc2060e9d 100644
--- a/pkgs/applications/networking/cloudflared/default.nix
+++ b/pkgs/applications/networking/cloudflared/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "cloudflared";
-  version = "2022.3.1";
+  version = "2022.3.4";
 
   src = fetchFromGitHub {
     owner  = "cloudflare";
     repo   = "cloudflared";
     rev    = version;
-    hash   = "sha256-iVg+AXSBO+caeYxUR41infCvsCTZkJTf7K0oZnOQmnY=";
+    hash   = "sha256-W3XA3AOzuyHlFCps2ne4Fh2X+E48inJT4QrDJLOeD5M=";
   };
 
   vendorSha256 = null;