Unverified Commit 2f047a05 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

reproxy: 1.2.3 -> 1.3.0 (#468359)

parents 73e3cf01 ad681529
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule rec {
  pname = "reproxy";
  version = "1.2.3";
  version = "1.3.0";

  src = fetchFromGitHub {
    owner = "umputun";
    repo = "reproxy";
    tag = "v${version}";
    hash = "sha256-u2hS06UOu+YYEB03Xtvxg1XJx2FO3AqxCsCnR8YfFj4=";
    hash = "sha256-zpfgwlGYXe7I3yO8Cc53ZrPDpXn8hk6cOcXwWyxub+A=";
  };

  vendorHash = null;