reproxy: 1.2.3 -> 1.3.0

This commit is contained in:
R. Ryantm
2025-12-06 08:03:16 +00:00
parent 9e31b6e2c4
commit ad6815290e
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "reproxy";
version = "1.2.3";
version = "1.3.0";
src = fetchFromGitHub {
owner = "umputun";
repo = "reproxy";
tag = "v${version}";
hash = "sha256-u2hS06UOu+YYEB03Xtvxg1XJx2FO3AqxCsCnR8YfFj4=";
hash = "sha256-zpfgwlGYXe7I3yO8Cc53ZrPDpXn8hk6cOcXwWyxub+A=";
};
vendorHash = null;