summary refs log tree commit diff
path: root/pkgs/applications/networking/cloudflared
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-03-04 19:12:08 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-03-04 19:12:08 +0000
commite384126b17e77b51d5934255bd6af3a5e539dee1 (patch)
tree4f8ae62d4a8d81ac5c3103df356894fe335bf1a5 /pkgs/applications/networking/cloudflared
parent79217339d26ff51ccacf10967de700d785f088e5 (diff)
downloadnixpkgs-e384126b17e77b51d5934255bd6af3a5e539dee1.tar
nixpkgs-e384126b17e77b51d5934255bd6af3a5e539dee1.tar.gz
nixpkgs-e384126b17e77b51d5934255bd6af3a5e539dee1.tar.bz2
nixpkgs-e384126b17e77b51d5934255bd6af3a5e539dee1.tar.lz
nixpkgs-e384126b17e77b51d5934255bd6af3a5e539dee1.tar.xz
nixpkgs-e384126b17e77b51d5934255bd6af3a5e539dee1.tar.zst
nixpkgs-e384126b17e77b51d5934255bd6af3a5e539dee1.zip
cloudflared: 2020.2.0 -> 2020.2.1
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 c5d6e45ac88..d441e539aaa 100644
--- a/pkgs/applications/networking/cloudflared/default.nix
+++ b/pkgs/applications/networking/cloudflared/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "cloudflared";
-  version = "2020.2.0";
+  version = "2020.2.1";
 
   src = fetchFromGitHub {
     owner  = "cloudflare";
     repo   = "cloudflared";
     rev    = version;
-    sha256 = "1fzndqkmfpx15fllxqxbh7n4m13ydlp50dvkdh8n384j09ndmx4r";
+    sha256 = "1wyvf4bilhiwabqgdwmnhifwc845m4g17pz7xmndzvqwmfd7riw5";
   };
 
   modSha256 = "1y5vh8g967rrm9b9hjlr70bs2rm09cpik673brgk3nzqxka10w7p";