reproxy: 0.9.0 → 0.11.0

This commit is contained in:
Nikolay Korotkiy 2021-11-21 18:39:56 +03:00
parent 4abd9ab0f3
commit 625150b22d
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5

View file

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