postgresqlPackages.pgsql-http: 1.6.2 -> 1.6.3

This commit is contained in:
R. Ryantm
2025-01-28 23:51:34 +00:00
parent 64dad1282c
commit c82f925b78
@@ -9,13 +9,13 @@
buildPostgresqlExtension rec {
pname = "pgsql-http";
version = "1.6.2";
version = "1.6.3";
src = fetchFromGitHub {
owner = "pramsey";
repo = "pgsql-http";
rev = "v${version}";
hash = "sha256-I9NDCXA6jColx/iFsvc3ujVbh3tjpqTgoW9VIzD2OTk=";
hash = "sha256-Ij8BaNj2SOwDfjgLxrpLFvvPCzSahXyyckRPGmcqKtE=";
};
buildInputs = [ curl ];