reproxy: 1.6.0 -> 1.7.0 (#542160)

This commit is contained in:
Nikolay Korotkiy
2026-07-15 12:31:42 +00:00
committed by GitHub

View File

@@ -7,13 +7,13 @@
buildGoModule (finalAttrs: {
pname = "reproxy";
version = "1.6.0";
version = "1.7.0";
src = fetchFromGitHub {
owner = "umputun";
repo = "reproxy";
tag = "v${finalAttrs.version}";
hash = "sha256-eAxksLPCQrmKRKNlFhDb5dfXSaa9o/rexM1n+CiPZvw=";
hash = "sha256-dxQWuONVYidNtppLd5S1tBEPXM64JdnAhdFWzOsaG6U=";
};
vendorHash = null;