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

cloudflared: 2024.1.5 -> 2024.2.0
This commit is contained in:
Mario Rodas 2024-02-17 17:48:35 -05:00 committed by GitHub
commit 350004a62a
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.1.5";
version = "2024.2.0";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflared";
rev = "refs/tags/${version}";
hash = "sha256-g7FUwEs/wEcX1vRgfoQZw+uMzx6ng3j4vFwhlHs6WKg=";
hash = "sha256-jcIHpRHcAgzzSKvZH9SLfu5Ake3zCgsSw1iv64yXW2E=";
};
vendorHash = null;