about summary refs log tree commit diff
path: root/pkgs/applications/networking/cloudflared
diff options
context:
space:
mode:
authorCrafterzman <zezetta@icloud.com>2022-07-25 02:49:03 -0700
committerGitHub <noreply@github.com>2022-07-25 11:49:03 +0200
commit785b28bee36d41498ff7a2acaf73242b0cd451c6 (patch)
treeb90e14acbe3bbb642cc0f7fd1ff6f37e4216d8fe /pkgs/applications/networking/cloudflared
parenta44c9a37c7531cdd6fbcf2eec2a34a5494b8d551 (diff)
cloudflared: 2022.5.2 -> 2022.7.1 (#182768)
Co-authored-by: Winter <winter@winter.cafe>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
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 4990d008c276a..1e5e8ab749704 100644
--- a/pkgs/applications/networking/cloudflared/default.nix
+++ b/pkgs/applications/networking/cloudflared/default.nix
@@ -2,18 +2,18 @@
 
 buildGoModule rec {
   pname = "cloudflared";
-  version = "2022.5.2";
+  version = "2022.7.1";
 
   src = fetchFromGitHub {
     owner  = "cloudflare";
     repo   = "cloudflared";
     rev    = version;
-    hash   = "sha256-xE/Bc+6Ob2u4tQQoykoaa8MhFH2czwz5rMABUqfXNMM=";
+    hash   = "sha256-kc6+jn4eTCw37u+kPJdx/kxiaj8MnIddDbUFpPfWdlw=";
   };
 
   vendorSha256 = null;
 
-  ldflags = [ "-X main.Version=${version}" ];
+  ldflags = [ "-s" "-w" "-X main.Version=${version}" ];
 
   preCheck = ''
     # Workaround for: sshgen_test.go:74: mkdir /homeless-shelter/.cloudflared: no such file or directory