about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-09-12 17:03:01 +0200
committerGitHub <noreply@github.com>2021-09-12 17:03:01 +0200
commitc6806fd1479664d42b43c7f9d9eb73ac67a16ed1 (patch)
tree7df4ba4575d6fbba9bf59620b6aa83e9e122b7ee /pkgs
parent382c5da2a3a5ae4b8695fdfb9460a52b9e9696c3 (diff)
parent8ef36c0aa5da19846f212e4e845e5984ac73096b (diff)
Merge pull request #136842 from r-ryantm/auto-update/cloudflared
cloudflared: 2021.8.6 -> 2021.8.7
Diffstat (limited to 'pkgs')
-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 ffdd8b7ed0402..5adb5bb65a8e4 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.6";
+  version = "2021.8.7";
 
   src = fetchFromGitHub {
     owner  = "cloudflare";
     repo   = "cloudflared";
     rev    = version;
-    sha256 = "sha256-dMZu4IRdchPeoYylz1XDZeJsAW+V8HZApNndpeu+RbA=";
+    sha256 = "sha256-Q8Xjo60lR1x7Y9/jcxXX32IxVVlHmkr4ekIwWTgdwps=";
   };
 
   vendorSha256 = null;