reproxy: 0.5.1 -> 0.6.0

authored by

Stéphan Kochen and committed by
Jonathan Ringer
607a5e77 aaf8d15a

+2 -2
+2 -2
pkgs/servers/reproxy/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "reproxy"; 5 - version = "0.5.1"; 5 + version = "0.6.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "umputun"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - hash = "sha256-RB3+IU6halnk/2REh2CLDpQN7djn4Y1QuL8y8xppnQw="; 11 + hash = "sha256-8veGMiRT59oLcMUxERI+2uRQVvbiuXTbrBi1GqoPe0M="; 12 12 }; 13 13 14 14 postPatch = ''