Skip to content

Commit dbbf5c8

Browse files
authored
pg16 blocker - Update pgsql_http (#1214)
* update pgsql_http to 1.6.0 for pg16 support * update test output
1 parent e541319 commit dbbf5c8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

nix/ext/pgsql-http.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
stdenv.mkDerivation rec {
44
pname = "pgsql-http";
5-
version = "1.5.0";
5+
version = "1.6.0";
66

77
buildInputs = [ curl postgresql ];
88

99
src = fetchFromGitHub {
1010
owner = "pramsey";
1111
repo = pname;
1212
rev = "refs/tags/v${version}";
13-
hash = "sha256-+N/CXm4arRgvhglanfvO0FNOBUWV5RL8mn/9FpNvcjY=";
13+
hash = "sha256-CPHfx7vhWfxkXsoKTzyFuTt47BPMvzi/pi1leGcuD60=";
1414
};
1515

1616
installPhase = ''

0 commit comments

Comments
 (0)