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 { buildGoModule rec {
pname = "cloudflared"; pname = "cloudflared";
version = "2021.5.7"; version = "2021.5.9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cloudflare"; owner = "cloudflare";
repo = "cloudflared"; repo = "cloudflared";
rev = version; rev = version;
sha256 = "sha256-ekQ5cfQo6/IUIhYaVgyAqbHAaHABL55zhIpqLy6tQ8g="; sha256 = "sha256-Ojbn4QRNZWkSF9RUtFt7roGbt/6l5SFAqEXBCcTJvRI=";
}; };
vendorSha256 = null; vendorSha256 = null;