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-21 15:51:42 -0400
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-21 16:30:44 -0700
commit7ca91568615d0a06de8a8bd6552f4308627b5739 (patch)
tree0c52c53732151018e8b22ac073e7e3d1cbaad46c /pkgs/applications/networking/cloudflared
parentcd49262ab26045af0d14a0d854f1a29bf4868cbb (diff)
cloudflared: 2021.5.7 -> 2021.5.9
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 f78d4ecc9cdc3..686d995113171 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.7";
+  version = "2021.5.9";
 
   src = fetchFromGitHub {
     owner  = "cloudflare";
     repo   = "cloudflared";
     rev    = version;
-    sha256 = "sha256-ekQ5cfQo6/IUIhYaVgyAqbHAaHABL55zhIpqLy6tQ8g=";
+    sha256 = "sha256-Ojbn4QRNZWkSF9RUtFt7roGbt/6l5SFAqEXBCcTJvRI=";
   };
 
   vendorSha256 = null;