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-26 10:07:44 -0400
committerBruno Bigras <bigras.bruno@gmail.com>2021-05-26 10:07:44 -0400
commitdd7ad31f5d41fc6c16ec196003d27a5f525b7e07 (patch)
tree9a01c3e97ac6a482fec334a8a7f3713872b8dbbf /pkgs/applications/networking/cloudflared
parent3847a2a8595bba68214ac4b7e3da3fc00776989b (diff)
cloudflared: 2021.5.9 -> 2021.5.10
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 686d995113171..153f0a9cb9902 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.9";
+  version = "2021.5.10";
 
   src = fetchFromGitHub {
     owner  = "cloudflare";
     repo   = "cloudflared";
     rev    = version;
-    sha256 = "sha256-Ojbn4QRNZWkSF9RUtFt7roGbt/6l5SFAqEXBCcTJvRI=";
+    sha256 = "sha256-v/ehqaI3TPhHACtxU8PRB9tGp8qrl6AN6buxOhJdevI=";
   };
 
   vendorSha256 = null;