pgweb: 0.14.3 -> 0.15.0

This commit is contained in:
R. Ryantm
2024-03-15 13:31:09 +00:00
parent b1d4798935
commit 869336104c
@@ -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 = ''