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.
1 parent e541319 commit dbbf5c8Copy full SHA for dbbf5c8
nix/ext/pgsql-http.nix
@@ -2,15 +2,15 @@
2
3
stdenv.mkDerivation rec {
4
pname = "pgsql-http";
5
- version = "1.5.0";
+ version = "1.6.0";
6
7
buildInputs = [ curl postgresql ];
8
9
src = fetchFromGitHub {
10
owner = "pramsey";
11
repo = pname;
12
rev = "refs/tags/v${version}";
13
- hash = "sha256-+N/CXm4arRgvhglanfvO0FNOBUWV5RL8mn/9FpNvcjY=";
+ hash = "sha256-CPHfx7vhWfxkXsoKTzyFuTt47BPMvzi/pi1leGcuD60=";
14
};
15
16
installPhase = ''
0 commit comments