cloudflared: 2025.7.0 -> 2025.8.0 (#432512)

Co-authored-by: wrbbz <wrbbz@users.noreply.github.com>

authored by

nixpkgs-merge-bot[bot]
wrbbz
and committed by
GitHub
9ba77d6e e2f31e60

+2 -2
+2 -2
pkgs/by-name/cl/cloudflared/package.nix
··· 9 9 10 10 buildGoModule rec { 11 11 pname = "cloudflared"; 12 - version = "2025.7.0"; 12 + version = "2025.8.0"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "cloudflare"; 16 16 repo = "cloudflared"; 17 17 tag = version; 18 - hash = "sha256-GAmSWdyFQYtGQ5Ml+10Xy7OpKc1bXuAc3hy7Ly6+yC8="; 18 + hash = "sha256-kvhDdgnAkYvs+W0TE8Pu3nlEp2n7tHDphDwqCc4J0eE="; 19 19 }; 20 20 21 21 vendorHash = null;