cloudflared: 2026.1.1 -> 2026.1.2

This commit is contained in:
R. Ryantm
2026-01-30 12:22:48 +00:00
parent e6bb8bae7f
commit 41a0e8bd1f
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "cloudflared";
version = "2026.1.1";
version = "2026.1.2";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflared";
tag = version;
hash = "sha256-9+WDVS2pZR5nbbpdGSi9jO8ccT0L5K7NLdobL8J+bYU=";
hash = "sha256-DOLCgCZWdxHnwtQ+nD4mJX7y/1BHZkcmDCVHuwiKOlA=";
};
vendorHash = null;