Unverified Commit 839a9e34 authored by isabel's avatar isabel Committed by GitHub
Browse files

cloudflared: 2025.6.0 -> 2025.6.1 (#417721)

parents 4525b67e c06f7557
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

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

  src = fetchFromGitHub {
    owner = "cloudflare";
    repo = "cloudflared";
    tag = version;
    hash = "sha256-yDYfOP1rsiTZqcVRRtTw82I2Vh0WdpUCB1VTWuX3GWs=";
    hash = "sha256-eCNGNEoKljIKCvEU220/OUIxc+i4I+4wVJEjjmWROew=";
  };

  vendorHash = null;