We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f9dd38 + 8625682 commit 63d56e4Copy full SHA for 63d56e4
pkgs/by-name/pg/pgweb/package.nix
@@ -9,21 +9,21 @@
9
10
buildGoModule rec {
11
pname = "pgweb";
12
- version = "0.16.2";
+ version = "0.17.0";
13
14
src = fetchFromGitHub {
15
owner = "sosedoff";
16
repo = "pgweb";
17
rev = "v${version}";
18
- hash = "sha256-gZK8+H3dBMzSVyE96E7byihKMR4+1YlVFZJtCTGUZwI=";
+ hash = "sha256-3UWld72AN504+Bo8aIY31qMO1xIRL3MXG5ImzMeSoU8=";
19
};
20
21
postPatch = ''
22
# Disable tests require network access.
23
rm -f pkg/client/{client,dump}_test.go
24
'';
25
26
- vendorHash = "sha256-Jpvf6cST3kBvYzCQLoJ1fijUC/hP1ouptd2bQZ1J/Lo=";
+ vendorHash = "sha256-7gfziA+rKwS6u63I6DaA2Fi/wvtr1rAJupSNJZB72dU=";
27
28
ldflags = [
29
"-s"
0 commit comments