cloudflared: 2023.5.0 -> 2023.5.1

This commit is contained in:
R. Ryantm 2023-05-29 08:23:11 +00:00
parent 5996187504
commit c03888fb67

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "cloudflared";
version = "2023.5.0";
version = "2023.5.1";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflared";
rev = "refs/tags/${version}";
hash = "sha256-0zUKlacB6aTj0UQ8dIQSU8F6SvVOTAU/GdbUqbJ8okI=";
hash = "sha256-Pt/iyBMAHMNxN92UAXPNoVXh8kOGdD5+JGZlXEioByY=";
};
vendorHash = null;