cloudflared: 2026.7.2 -> 2026.7.3

This commit is contained in:
R. Ryantm
2026-07-25 04:52:23 +00:00
parent a016e17772
commit 92fdff41d6

View File

@@ -9,13 +9,13 @@
buildGoModule (finalAttrs: {
pname = "cloudflared";
version = "2026.7.2";
version = "2026.7.3";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflared";
tag = finalAttrs.version;
hash = "sha256-fuJfvm5c63koMl46sJmZOiWuNKpOwH17MD20XD7q6s0=";
hash = "sha256-hIDx9Nd7CKlM0vCKqkVHxBMj4QzvnnsYYMjhzOqcECU=";
};
vendorHash = null;