reproxy: 0.5.1 -> 0.6.0

This commit is contained in:
Stéphan Kochen 2021-05-19 20:55:55 +02:00 committed by Jonathan Ringer
parent aaf8d15a6b
commit 607a5e7724

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "reproxy";
version = "0.5.1";
version = "0.6.0";
src = fetchFromGitHub {
owner = "umputun";
repo = pname;
rev = "v${version}";
hash = "sha256-RB3+IU6halnk/2REh2CLDpQN7djn4Y1QuL8y8xppnQw=";
hash = "sha256-8veGMiRT59oLcMUxERI+2uRQVvbiuXTbrBi1GqoPe0M=";
};
postPatch = ''