Unverified Commit 7a43e5dc authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #296148 from r-ryantm/auto-update/pgweb

pgweb: 0.14.3 -> 0.15.0
parents 7fc8a701 86933610
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildGoModule rec {
  pname = "pgweb";
  version = "0.14.3";
  version = "0.15.0";

  src = fetchFromGitHub {
    owner = "sosedoff";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-We7MyKOdauf93tBihvjouEiZ4FnkvsUtfJpswK6ef7Q=";
    hash = "sha256-n8MFYwne25MdzVwYmmXt9d9rqKU37patAazb3Wn9coM=";
  };

  postPatch = ''