nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

cloudflared: 2025.6.1 -> 2025.7.0

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