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

cloudflared: 2024.3.0 -> 2024.4.0
This commit is contained in:
Weijia Wang 2024-04-27 03:02:06 +02:00 committed by GitHub
commit 26b9bbc0d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "cloudflared";
version = "2024.3.0";
version = "2024.4.0";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflared";
rev = "refs/tags/${version}";
hash = "sha256-Fzi5g8bHBC5xao0iZ4I/SXLpEVaoUB+7UuQZhbfHw60=";
hash = "sha256-1/3uj0h9n53j8PnZSHWEyMARsWYxFIqSkGlxS2JXqsM=";
};
vendorHash = null;