cloudflared: 2025.2.0 -> 2025.2.1

This commit is contained in:
R. Ryantm
2025-03-02 09:41:22 +00:00
parent ed22fbec72
commit 2434fd6bd4
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "cloudflared";
version = "2025.2.0";
version = "2025.2.1";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflared";
tag = version;
hash = "sha256-K1xMk9y9cxqbLqXC0TU62kSqq1WxTF8T/fAgE0THOLQ=";
hash = "sha256-RiHEUs1I9ErYBQF28la6kqU3BW968PVT+K7uGUVr6Ec=";
};
vendorHash = null;