cloudflared: 2026.5.2 -> 2026.6.0

This commit is contained in:
R. Ryantm
2026-06-10 10:55:55 +00:00
parent c283837995
commit 0207c9d3f4
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule (finalAttrs: {
pname = "cloudflared";
version = "2026.5.2";
version = "2026.6.0";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflared";
tag = finalAttrs.version;
hash = "sha256-3rMA+DsyC1/ycscL4VfSCS8fZcJzMdDUw8zgmmUhRyQ=";
hash = "sha256-V3fHxDNkxF7MwChZpyHZ7pn8bBgBe/ugNql2QzqSLFA=";
};
vendorHash = null;