Skip to content

Commit

Permalink
pg16 blocker - Update pgsql_http (#1214)
Browse files Browse the repository at this point in the history
* update pgsql_http to 1.6.0 for pg16 support

* update test output
  • Loading branch information
olirice authored Sep 18, 2024
1 parent e541319 commit dbbf5c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nix/ext/pgsql-http.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

stdenv.mkDerivation rec {
pname = "pgsql-http";
version = "1.5.0";
version = "1.6.0";

buildInputs = [ curl postgresql ];

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

installPhase = ''
Expand Down
Loading

0 comments on commit dbbf5c8

Please sign in to comment.