cloudflared: 2025.6.0 -> 2025.6.1

This commit is contained in:
XYenon
2025-06-18 02:43:28 +00:00
parent 111f62b96a
commit c06f75576e
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "cloudflared";
version = "2025.6.0";
version = "2025.6.1";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflared";
tag = version;
hash = "sha256-yDYfOP1rsiTZqcVRRtTw82I2Vh0WdpUCB1VTWuX3GWs=";
hash = "sha256-eCNGNEoKljIKCvEU220/OUIxc+i4I+4wVJEjjmWROew=";
};
vendorHash = null;