Unverified Commit 425f2e43 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

reproxy: 1.3.0 -> 1.4.0 (#476481)

parents 7ec003aa d62d35fc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

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

  src = fetchFromGitHub {
    owner = "umputun";
    repo = "reproxy";
    tag = "v${version}";
    hash = "sha256-zpfgwlGYXe7I3yO8Cc53ZrPDpXn8hk6cOcXwWyxub+A=";
    hash = "sha256-pnmm/JEMcQ5UQUwUqGdzC/BphrH4tBz79Bq3c13GqbA=";
  };

  vendorHash = null;