Merge pull request #129865 from sikmir/reproxy

This commit is contained in:
Sandro 2021-11-12 18:06:45 +01:00 committed by GitHub
commit bfa2e03ca7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "reproxy"; pname = "reproxy";
version = "0.8.0"; version = "0.9.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "umputun"; owner = "umputun";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-zwQZr6BbvJ2Ol5pCLkZ49j0j5KWTK0N8BybvTr8PPeg="; hash = "sha256-z10KfDwIwitiR6ei1xV9//zhH7DLTow1giEYyjh8FIg=";
}; };
postPatch = '' postPatch = ''