Mario Rodas 2023-09-02 04:20:00 +00:00
parent ec7fa4e2af
commit c6456543fc

View file

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "cloudflared";
version = "2023.8.1";
version = "2023.8.2";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflared";
rev = "refs/tags/${version}";
hash = "sha256-EmUcQZSFzICGkI7gv5f3szaAvUugdhUHed9+FkLMrik=";
hash = "sha256-8khwpGOBSpbAHnKeKFZUrJoE0dgQB3bN6Y/W2gwRfCM=";
};
vendorHash = null;