Skip to content

Commit 63d56e4

Browse files
pgweb: 0.16.2 -> 0.17.0 (#464077)
2 parents 2f9dd38 + 8625682 commit 63d56e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/pg/pgweb/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@
99

1010
buildGoModule rec {
1111
pname = "pgweb";
12-
version = "0.16.2";
12+
version = "0.17.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "sosedoff";
1616
repo = "pgweb";
1717
rev = "v${version}";
18-
hash = "sha256-gZK8+H3dBMzSVyE96E7byihKMR4+1YlVFZJtCTGUZwI=";
18+
hash = "sha256-3UWld72AN504+Bo8aIY31qMO1xIRL3MXG5ImzMeSoU8=";
1919
};
2020

2121
postPatch = ''
2222
# Disable tests require network access.
2323
rm -f pkg/client/{client,dump}_test.go
2424
'';
2525

26-
vendorHash = "sha256-Jpvf6cST3kBvYzCQLoJ1fijUC/hP1ouptd2bQZ1J/Lo=";
26+
vendorHash = "sha256-7gfziA+rKwS6u63I6DaA2Fi/wvtr1rAJupSNJZB72dU=";
2727

2828
ldflags = [
2929
"-s"

0 commit comments

Comments
 (0)