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

pgweb: 0.11.11 -> 0.11.12
This commit is contained in:
Jonas Heinrich 2022-08-21 10:54:09 +02:00 committed by GitHub
commit ecf48ab402
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "pgweb";
version = "0.11.11";
version = "0.11.12";
src = fetchFromGitHub {
owner = "sosedoff";
repo = pname;
rev = "v${version}";
sha256 = "sha256-oKUmBrGxExppJ5y4fZOmMOT5XDMsyMvtE9czotdlMPM=";
sha256 = "sha256-5BFTvfTXsz5ZerSoAudavT/C+SA/xkmVBtAOhAixcAE=";
};
postPatch = ''
@ -16,7 +16,7 @@ buildGoModule rec {
rm -f pkg/client/{client,dump}_test.go
'';
vendorSha256 = "sha256-Svy0aZKOGL0vrT058szlpS5t7NvzcyRCHRksdmdkckI=";
vendorSha256 = "sha256-pXV1BodOEZs5sv7UE/C58SAyIUZW5Cp2gJD7g8EuWog=";
ldflags = [ "-s" "-w" ];