summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-05-04 18:49:06 -0500
committerGitHub <noreply@github.com>2022-05-04 18:49:06 -0500
commit9283129fa03854775b960b9c3690fb659ca20f7d (patch)
tree302e093a84beb803c9831733ff9140e77cca7bfc
parent3dbd8c160270dccf100acca5ce50840ec23c1431 (diff)
parentbb7bb2433e39ac57a6aa0bb2937c6ad9e5ba2644 (diff)
Merge pull request #171411 from techknowlogick/bcloudflared
cloudflared: 2022.4.1 -> 2022.5.0
-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 566178d8305e1..c75c5824283f8 100644
--- a/pkgs/applications/networking/cloudflared/default.nix
+++ b/pkgs/applications/networking/cloudflared/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "cloudflared";
-  version = "2022.4.1";
+  version = "2022.5.0";
 
   src = fetchFromGitHub {
     owner  = "cloudflare";
     repo   = "cloudflared";
     rev    = version;
-    hash   = "sha256-dgvXbWtLP6sXBlqcx/xpw9LIbcE4VlYZQO5rrS34+9I=";
+    hash   = "sha256-vz0fxSzx0vOpZy6/MVfZ467c9qdHUWZIL5wklTnnBBA=";
   };
 
   vendorSha256 = null;