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

cloudflared: 2024.7.3 -> 2024.8.2
This commit is contained in:
Nick Cao 2024-08-18 09:05:24 -04:00 committed by GitHub
commit 7de4869f8a
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.3";
version = "2024.8.2";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflared";
rev = "refs/tags/${version}";
hash = "sha256-zz8xwIgGnMJjSv2XXUgsaUKXvHtXVuc2jyahrZ/yxmE=";
hash = "sha256-CAg5mBDcwIFstp8YrWpqwLSzK46+u35ZcaifV8Zk+rE=";
};
vendorHash = null;