cloudflared: 2024.3.0 -> 2024.4.0

This commit is contained in:
R. Ryantm 2024-04-10 12:34:13 +00:00
parent c81c241415
commit 6f5128ddc5
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;