summary refs log tree commit diff
path: root/pkgs/applications/networking/cloudflared
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-05-01 00:16:11 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-05-01 00:16:11 +0000
commit662086776815f70fe52b36c7a9b7d95945af295e (patch)
tree97ea76fd176f15f0b7f058e17dea838684077866 /pkgs/applications/networking/cloudflared
parent50200de3f4d3456d6d0eeca52982bf9c6adef80b (diff)
downloadnixpkgs-662086776815f70fe52b36c7a9b7d95945af295e.tar
nixpkgs-662086776815f70fe52b36c7a9b7d95945af295e.tar.gz
nixpkgs-662086776815f70fe52b36c7a9b7d95945af295e.tar.bz2
nixpkgs-662086776815f70fe52b36c7a9b7d95945af295e.tar.lz
nixpkgs-662086776815f70fe52b36c7a9b7d95945af295e.tar.xz
nixpkgs-662086776815f70fe52b36c7a9b7d95945af295e.tar.zst
nixpkgs-662086776815f70fe52b36c7a9b7d95945af295e.zip
cloudflared: 2023.4.1 -> 2023.4.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 cf963c50406..9d296c5fb47 100644
--- a/pkgs/applications/networking/cloudflared/default.nix
+++ b/pkgs/applications/networking/cloudflared/default.nix
@@ -7,13 +7,13 @@
 
 buildGoModule rec {
   pname = "cloudflared";
-  version = "2023.4.1";
+  version = "2023.4.2";
 
   src = fetchFromGitHub {
     owner = "cloudflare";
     repo = "cloudflared";
     rev = "refs/tags/${version}";
-    hash = "sha256-PG2+rEn3X1EdMUDbfrtfEjYclErMGAGTcP2g7Jz+s1A=";
+    hash = "sha256-oHiaRdTEiTcGQkYoGw8TT0KZMFR8Rkce/4+cxSXAHMM=";
   };
 
   vendorHash = null;