Skip to content

Commit 197b1b3

Browse files
committed
update pgsql_http to 1.6.0 for pg16 support
1 parent 96b76e4 commit 197b1b3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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)