Commit 86933610 authored by R. RyanTM's avatar R. RyanTM
Browse files

pgweb: 0.14.3 -> 0.15.0

parent b1d47989
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 = ''