summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-07-15 18:58:44 +0000
committerAustin Seipp <aseipp@pobox.com>2023-07-15 15:32:19 -0500
commita0b8b2ff73e52ec3e80c9fed572f7e7f9534e166 (patch)
treeddfc29bdbe5c35702c81bd4b9f7a6caa794edf5e
parentMerge pull request #243609 from doronbehar/pkg/url-parser (diff)
downloadnixpkgs-a0b8b2ff73e52ec3e80c9fed572f7e7f9534e166.tar.gz
cloudflared: 2023.6.1 -> 2023.7.0
-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 3b78353edf89..53e5a3f1680d 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.6.1";
+ version = "2023.7.0";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflared";
rev = "refs/tags/${version}";
- hash = "sha256-ZqiIt5zWEfw6Edi+q5/kAh/g3W/+OPNxKf/NWOnpCqY=";
+ hash = "sha256-/ELKUjo16BbPhQu1Gzj68peaAy83sGteqolR+BDIA2k=";
};
vendorHash = null;