about summary refs log tree commit diff
path: root/pkgs/applications/networking/cloudflared
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2022-03-11 17:16:23 -0500
committertechknowlogick <techknowlogick@gitea.io>2022-03-11 17:16:23 -0500
commit327391ceb0e2870fd1c9185348cab90ba3aa0918 (patch)
tree2197f00c801015bb68dfe800b59eb14c6732695d /pkgs/applications/networking/cloudflared
parentec0bbd4dd791d784fae9446b4cbdeac30b780a7f (diff)
cloudflared: 2022.2.1 -> 2022.3.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 954ce2292ec17..3707876fd7409 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.2.1";
+  version = "2022.3.1";
 
   src = fetchFromGitHub {
     owner  = "cloudflare";
     repo   = "cloudflared";
     rev    = version;
-    hash   = "sha256-y9TduC6Fa1p3UFvSeW9n42AUD63dp/LEagiv3xlT/4U=";
+    hash   = "sha256-iVg+AXSBO+caeYxUR41infCvsCTZkJTf7K0oZnOQmnY=";
   };
 
   vendorSha256 = null;