Commit cb2eae95 authored by R. RyanTM's avatar R. RyanTM
Browse files

cloudflared: 2025.8.0 -> 2025.8.1

parent 33de6dfc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildGoModule rec {
  pname = "cloudflared";
  version = "2025.8.0";
  version = "2025.8.1";

  src = fetchFromGitHub {
    owner = "cloudflare";
    repo = "cloudflared";
    tag = version;
    hash = "sha256-kvhDdgnAkYvs+W0TE8Pu3nlEp2n7tHDphDwqCc4J0eE=";
    hash = "sha256-7qPyzxsCgRs/Jzwdg4MrtqD7arS7o420BkmbtXTlJe4=";
  };

  vendorHash = null;