about summary refs log tree commit diff
path: root/pkgs/applications/networking/cloudflared
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-12-22 03:40:49 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-12-22 03:40:49 +0000
commit5a1bd09eda53b6dfd57844b36483d1807f6660cc (patch)
tree81ae432a6d0050ae10b3e6fd931cea5fa77cbe98 /pkgs/applications/networking/cloudflared
parentb10a520017ac319c1e57b07742efd2bcc918d160 (diff)
cloudflared: 2022.11.1 -> 2022.12.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 3930a2d4879bd..e2cc376af297b 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.11.1";
+  version = "2022.12.1";
 
   src = fetchFromGitHub {
     owner = "cloudflare";
     repo = "cloudflared";
     rev = version;
-    hash = "sha256-aG63CEJfEL9r0SviZu9VzArtt3e4VuAbOMaYk9atSGo=";
+    hash = "sha256-FXN/UUlzG3+AYYZeKJ6XUG4rD3cPWIx22h3zZpvZhiM=";
   };
 
   vendorSha256 = null;