summary refs log tree commit diff
path: root/pkgs/applications/networking/cloudflared
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-04-22 09:13:19 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-04-22 09:13:19 +0000
commit4c8bc016d3c6b17583e90ff7f518d3e774e07098 (patch)
tree62e913f86e436e11802662bcc1c01e6798978698 /pkgs/applications/networking/cloudflared
parente6899c3b249d57f5c702e4a31e3bd088ff369da2 (diff)
downloadnixpkgs-4c8bc016d3c6b17583e90ff7f518d3e774e07098.tar
nixpkgs-4c8bc016d3c6b17583e90ff7f518d3e774e07098.tar.gz
nixpkgs-4c8bc016d3c6b17583e90ff7f518d3e774e07098.tar.bz2
nixpkgs-4c8bc016d3c6b17583e90ff7f518d3e774e07098.tar.lz
nixpkgs-4c8bc016d3c6b17583e90ff7f518d3e774e07098.tar.xz
nixpkgs-4c8bc016d3c6b17583e90ff7f518d3e774e07098.tar.zst
nixpkgs-4c8bc016d3c6b17583e90ff7f518d3e774e07098.zip
cloudflared: 2023.4.0 -> 2023.4.1
Diffstat (limited to 'pkgs/applications/networking/cloudflared')
-rw-r--r--pkgs/applications/networking/cloudflared/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cloudflared/default.nix b/pkgs/applications/networking/cloudflared/default.nix
index d3f76e54c93..cf963c50406 100644
--- a/pkgs/applications/networking/cloudflared/default.nix
+++ b/pkgs/applications/networking/cloudflared/default.nix
@@ -7,16 +7,16 @@
 
 buildGoModule rec {
   pname = "cloudflared";
-  version = "2023.4.0";
+  version = "2023.4.1";
 
   src = fetchFromGitHub {
     owner = "cloudflare";
     repo = "cloudflared";
     rev = "refs/tags/${version}";
-    hash = "sha256-+lmSztMstz8tYFP9rPmh99bkbCVea6wbiCrpbJUI/qc=";
+    hash = "sha256-PG2+rEn3X1EdMUDbfrtfEjYclErMGAGTcP2g7Jz+s1A=";
   };
 
-  vendorSha256 = null;
+  vendorHash = null;
 
   ldflags = [
     "-s"