postgresqlPackages.pgsql-http: 1.6.1 -> 1.6.2

This commit is contained in:
R. Ryantm
2025-01-16 00:38:02 +00:00
parent fd5197d905
commit cd565f7da3
@@ -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 ];