cloudflared: 2022.5.1 -> 2022.5.2

This commit is contained in:
techknowlogick 2022-05-30 10:21:05 -04:00
parent 9cc11e28ab
commit 4bd0fe1e31

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "cloudflared";
version = "2022.5.1";
version = "2022.5.2";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflared";
rev = version;
hash = "sha256-yv4ulVkc7WX6T287kXecyE6lFlxh4YKAi2UCGkOf/lk=";
hash = "sha256-xE/Bc+6Ob2u4tQQoykoaa8MhFH2czwz5rMABUqfXNMM=";
};
vendorSha256 = null;