cloudflared: 2021.12.3 -> 2022.1.2

* cloudflared: 2021.12.3 -> 2022.1.0 (#154422)

* cloudflared: 2022.1.0 -> 2022.1.2
now requires Go 1.17

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
This commit is contained in:
R. RyanTM 2022-01-15 14:28:53 -08:00 committed by GitHub
parent 0a223c8d50
commit 89ddab6c82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,14 @@
{ lib, buildGoModule, fetchFromGitHub }:
{ lib, buildGo117Module, fetchFromGitHub }:
buildGoModule rec {
buildGo117Module rec {
pname = "cloudflared";
version = "2021.12.3";
version = "2022.1.2";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflared";
rev = version;
sha256 = "sha256-+T8BtYc/TBP2qL/Wfi2CDwD6VAqY/0F7QIUEhjOnLUk=";
hash = "sha256-PdmYOFy6CWMqHlcK0PeHPGCVSLhIJOIDnXOAh/qYt+8=";
};
vendorSha256 = null;