Merge pull request #225710 from wegank/cloudflared-bump

cloudflared: 2023.3.0 -> 2023.4.0
This commit is contained in:
Weijia Wang 2023-04-14 00:28:26 +03:00 committed by GitHub
commit d38bfca778
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "cloudflared";
version = "2023.3.0";
version = "2023.4.0";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflared";
rev = "refs/tags/${version}";
hash = "sha256-LEK809MswDVwPJ6CuC13Fxb7fvliugixS/NOKBajqKM=";
hash = "sha256-+lmSztMstz8tYFP9rPmh99bkbCVea6wbiCrpbJUI/qc=";
};
vendorSha256 = null;