postgresqlPackages.pgsql-http: 1.6.1 -> 1.6.2 (#374182)

This commit is contained in:
Nick Cao
2025-01-16 09:58:36 -05:00
committed by GitHub
@@ -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 ];