about summary refs log tree commit diff
path: root/pkgs/applications/networking/cloudflared
diff options
context:
space:
mode:
authorPiper McCorkle <contact@piperswe.me>2021-10-09 19:50:12 -0500
committerPiper McCorkle <contact@piperswe.me>2021-10-09 19:50:12 -0500
commite7a771e4cf25fa3a34e5f721cb0b2b8cae9e9c43 (patch)
tree14e54b772871b9493d222e64043961f3ab2a3f1a /pkgs/applications/networking/cloudflared
parent58a18d7056a8ad3728eb99252ccb2837c1444503 (diff)
cloudflared: 2021.9.1 -> 2021.9.2
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 da7c5c8153309..c959dd61bad0a 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.9.1";
+  version = "2021.9.2";
 
   src = fetchFromGitHub {
     owner  = "cloudflare";
     repo   = "cloudflared";
     rev    = version;
-    sha256 = "sha256-VekJq7d80hD8AybkpLq4+9yeeBkeLATr2iG5OFU/TFs=";
+    sha256 = "sha256-UAx3DY8d3I1g7DuNmBu4w+3NGUQqDdcScXdtq/VkpJ8=";
   };
 
   vendorSha256 = null;