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

cloudflared: 2024.2.1 -> 2024.3.0
This commit is contained in:
Pol Dellaiera 2024-03-24 22:37:30 +01:00 committed by GitHub
commit ef91a301b5
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.2.1";
version = "2024.3.0";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflared";
rev = "refs/tags/${version}";
hash = "sha256-aSAwDz7QSYbHfDA+/usGh7xCxSq+kBTB3eqMBf5XEa8=";
hash = "sha256-Fzi5g8bHBC5xao0iZ4I/SXLpEVaoUB+7UuQZhbfHw60=";
};
vendorHash = null;