about summary refs log tree commit diff
path: root/pkgs/applications/networking/cloudflared
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-05-19 03:32:31 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-05-19 03:32:31 +0000
commitf86e5fa0bc180cb683734ebb30a0f22fc1bea376 (patch)
tree7195146e46358b55d9bb0dfac5096c96f538b50d /pkgs/applications/networking/cloudflared
parent4e211c1b09e70a1c4d0c164ea51497fd31c30c0b (diff)
cloudflared: 2021.5.6 -> 2021.5.7
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 0541954350798..f78d4ecc9cdc3 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.5.6";
+  version = "2021.5.7";
 
   src = fetchFromGitHub {
     owner  = "cloudflare";
     repo   = "cloudflared";
     rev    = version;
-    sha256 = "sha256-CwwdU5phnJGcSVXCoea3jZoSa9uoABJKL/Z1BsYUY1g=";
+    sha256 = "sha256-ekQ5cfQo6/IUIhYaVgyAqbHAaHABL55zhIpqLy6tQ8g=";
   };
 
   vendorSha256 = null;