reproxy: 0.9.0 → 0.11.0

main
Nikolay Korotkiy 3 years ago
parent 4abd9ab0f3
commit 625150b22d
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5
  1. 4
      pkgs/servers/reproxy/default.nix

@ -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 = ''

Loading…
Cancel
Save