diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2025-01-16 00:38:02 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-02-01 10:01:23 +0000 |
| commit | bcc6ca247f80d2bf8cb990e496f24518a6fedbbd (patch) | |
| tree | b894203f29108687c3cbc52c7cca8751e015d219 | |
| parent | [Backport release-24.11] vips: move to openexr_3 (#377141) (diff) | |
| download | nixpkgs-bcc6ca247f80d2bf8cb990e496f24518a6fedbbd.tar.gz | |
postgresqlPackages.pgsql-http: 1.6.1 -> 1.6.2
(cherry picked from commit cd565f7da304e3e4ff159633fcbcbf0e7cb77d98)
| -rw-r--r-- | pkgs/servers/sql/postgresql/ext/pgsql-http.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/sql/postgresql/ext/pgsql-http.nix b/pkgs/servers/sql/postgresql/ext/pgsql-http.nix index 50daa0d3e826..6eb36eebfa4b 100644 --- a/pkgs/servers/sql/postgresql/ext/pgsql-http.nix +++ b/pkgs/servers/sql/postgresql/ext/pgsql-http.nix @@ -9,13 +9,13 @@ buildPostgresqlExtension rec { pname = "pgsql-http"; - version = "1.6.1"; + version = "1.6.2"; src = fetchFromGitHub { owner = "pramsey"; repo = "pgsql-http"; rev = "v${version}"; - hash = "sha256-C8eqi0q1dnshUAZjIsZFwa5FTYc7vmATF3vv2CReWPM="; + hash = "sha256-I9NDCXA6jColx/iFsvc3ujVbh3tjpqTgoW9VIzD2OTk="; }; buildInputs = [ curl ]; |
