Unverified Commit 0bb87911 authored by Colin's avatar Colin Committed by GitHub
Browse files

cloudflared: 2025.5.0 -> 2025.6.0 (#417204)

parents 09e1f0ae c7f60b9f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildGoModule rec {
  pname = "cloudflared";
  version = "2025.5.0";
  version = "2025.6.0";

  src = fetchFromGitHub {
    owner = "cloudflare";
    repo = "cloudflared";
    tag = version;
    hash = "sha256-ZnkE9x4A9HoiSXzvYuzyW/dH08r0aJUk/q6gFVgtTjk=";
    hash = "sha256-yDYfOP1rsiTZqcVRRtTw82I2Vh0WdpUCB1VTWuX3GWs=";
  };

  vendorHash = null;