cloudflared: 2021.5.7 -> 2021.5.9

This commit is contained in:
Bruno Bigras 2021-05-21 15:51:42 -04:00 committed by Jonathan Ringer
parent cd49262ab2
commit 7ca9156861

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "cloudflared";
version = "2021.5.7";
version = "2021.5.9";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflared";
rev = version;
sha256 = "sha256-ekQ5cfQo6/IUIhYaVgyAqbHAaHABL55zhIpqLy6tQ8g=";
sha256 = "sha256-Ojbn4QRNZWkSF9RUtFt7roGbt/6l5SFAqEXBCcTJvRI=";
};
vendorSha256 = null;