Merge pull request #146885 from sikmir/reproxy

reproxy: 0.9.0 → 0.11.0

authored by

tomberek and committed by
GitHub
7f9782ca 3ea855ad

+2 -2
+2 -2
pkgs/servers/reproxy/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "reproxy"; 5 - version = "0.9.0"; 5 + version = "0.11.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "umputun"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - hash = "sha256-z10KfDwIwitiR6ei1xV9//zhH7DLTow1giEYyjh8FIg="; 11 + hash = "sha256-3kpGeG60WSpcIqVLw437gkDT8XLsDyhGL8/sEnhTgBw="; 12 12 }; 13 13 14 14 postPatch = ''