Merge pull request #331456 from r-ryantm/auto-update/cloudflared

cloudflared: 2024.7.1 -> 2024.7.3
This commit is contained in:
Nick Cao 2024-08-01 17:50:42 -04:00 committed by GitHub
commit e15e381495
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "cloudflared";
version = "2024.7.1";
version = "2024.7.3";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflared";
rev = "refs/tags/${version}";
hash = "sha256-VJJN2hWmgjnBy8FhQn3c91BLx8NU3TvRgxKoanFs+GM=";
hash = "sha256-zz8xwIgGnMJjSv2XXUgsaUKXvHtXVuc2jyahrZ/yxmE=";
};
vendorHash = null;