cloudflared: 2025.5.0 -> 2025.6.0

This commit is contained in:
Arsenii Zorin
2025-06-16 13:37:55 +03:00
parent 128d3fc51a
commit c7f60b9f7c
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "cloudflared";
version = "2025.5.0";
version = "2025.6.0";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflared";
tag = version;
hash = "sha256-ZnkE9x4A9HoiSXzvYuzyW/dH08r0aJUk/q6gFVgtTjk=";
hash = "sha256-yDYfOP1rsiTZqcVRRtTw82I2Vh0WdpUCB1VTWuX3GWs=";
};
vendorHash = null;