Unverified Commit 35414e28 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

cloudflared: 2024.10.0 -> 2024.11.0 (#356322)

parents 0c1ea290 0b47cfd3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildGoModule rec {
  pname = "cloudflared";
  version = "2024.10.0";
  version = "2024.11.0";

  src = fetchFromGitHub {
    owner = "cloudflare";
    repo = "cloudflared";
    rev = "refs/tags/${version}";
    hash = "sha256-xCLLWe15+YmU3SyWkclzHBojHi32nUJGe4xY3NZC05M=";
    hash = "sha256-gIUxicBaOBeUoVb3R9L/oFSe9v1AwGQHzCv6AyDIc1w=";
  };

  vendorHash = null;