reproxy: 1.6.0 -> 1.7.0

This commit is contained in:
R. Ryantm
2026-07-15 08:42:08 +00:00
parent 0a6bfb4390
commit 7f5031fae8
+2 -2
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;