reproxy: 1.3.0 -> 1.4.0 (#476481)

This commit is contained in:
Nikolay Korotkiy
2026-01-03 07:53:46 +00:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "reproxy";
version = "1.3.0";
version = "1.4.0";
src = fetchFromGitHub {
owner = "umputun";
repo = "reproxy";
tag = "v${version}";
hash = "sha256-zpfgwlGYXe7I3yO8Cc53ZrPDpXn8hk6cOcXwWyxub+A=";
hash = "sha256-pnmm/JEMcQ5UQUwUqGdzC/BphrH4tBz79Bq3c13GqbA=";
};
vendorHash = null;