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-09-15 08:16:44 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-09-15 08:16:44 +0000
commit30df428d7e7b7f92b1000689921f5e82aa064439 (patch)
tree9d08e0619526b9e43a02dc494038d259f211c728 /pkgs/applications/networking/cloudflared
parent5663f4625de72248bd108f65daa4f7ff65f5cddc (diff)
cloudflared: 2021.8.7 -> 2021.9.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 5adb5bb65a8e4..ddaaa6fd0da53 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.8.7";
+  version = "2021.9.0";
 
   src = fetchFromGitHub {
     owner  = "cloudflare";
     repo   = "cloudflared";
     rev    = version;
-    sha256 = "sha256-Q8Xjo60lR1x7Y9/jcxXX32IxVVlHmkr4ekIwWTgdwps=";
+    sha256 = "sha256-djgMTCDIVcaPI6to/pPN2hPi1tsKPxRCT30EL0OOEQU=";
   };
 
   vendorSha256 = null;