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-06-22 09:39:25 -0400
committerBruno Bigras <bigras.bruno@gmail.com>2021-06-22 09:39:25 -0400
commit9b2dbfc8ba6eadc90d1f2771bf789740c126019c (patch)
treeca5b761d633d153af4d4a90b9bb179402a78d6fd /pkgs/applications/networking/cloudflared
parentd599524ef172763199f6670b2669a1a434d9e4bb (diff)
cloudflared: 2021.5.10 -> 2021.6.0
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 153f0a9cb9902..ed4ffffe451c1 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.10";
+  version = "2021.6.0";
 
   src = fetchFromGitHub {
     owner  = "cloudflare";
     repo   = "cloudflared";
     rev    = version;
-    sha256 = "sha256-v/ehqaI3TPhHACtxU8PRB9tGp8qrl6AN6buxOhJdevI=";
+    sha256 = "sha256-cX0kdBPDgwjHphxGWrnXohHPp1nzs4SnvCry4AxMtp0=";
   };
 
   vendorSha256 = null;