cloudflared: 2026.6.1 -> 2026.7.2

This commit is contained in:
R. Ryantm
2026-07-16 02:06:01 +00:00
parent 8288eae5a4
commit 6a7227f26c
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule (finalAttrs: {
pname = "cloudflared";
version = "2026.6.1";
version = "2026.7.2";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflared";
tag = finalAttrs.version;
hash = "sha256-TQW0XnYS96sX/+dTGocKzz91fJG58cSV3jGZI3TBaeg=";
hash = "sha256-fuJfvm5c63koMl46sJmZOiWuNKpOwH17MD20XD7q6s0=";
};
vendorHash = null;