about summary refs log tree commit diff
path: root/pkgs/applications/networking/cloudflared
diff options
context:
space:
mode:
authorBruno Bigras <bigras.bruno@gmail.com>2021-05-15 10:23:01 -0400
committerBruno Bigras <bigras.bruno@gmail.com>2021-05-15 10:23:01 -0400
commit2bc3592339609d15942ee818fcd2318cf4710c01 (patch)
treedc66a735d638025adbf7ac5731033263be206c05 /pkgs/applications/networking/cloudflared
parentf5f8f2415e5959933351cbcc8dce3afe20796cfc (diff)
cloudflared: 2021.3.3 -> 2021.5.6
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 8310d0584925c..0541954350798 100644
--- a/pkgs/applications/networking/cloudflared/default.nix
+++ b/pkgs/applications/networking/cloudflared/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "cloudflared";
-  version = "2021.3.3";
+  version = "2021.5.6";
 
   src = fetchFromGitHub {
     owner  = "cloudflare";
     repo   = "cloudflared";
     rev    = version;
-    sha256 = "sha256-St2WBdy76OVFlYoY1RGwQj1WsUpPtsL7yX1MFwztKgs=";
+    sha256 = "sha256-CwwdU5phnJGcSVXCoea3jZoSa9uoABJKL/Z1BsYUY1g=";
   };
 
   vendorSha256 = null;