postgresqlPackages.pgsql-http: 1.7.1 -> 1.7.2

This commit is contained in:
R. Ryantm
2026-07-16 21:19:10 +00:00
parent ab571fccdd
commit 06840591de

View File

@@ -8,13 +8,13 @@
postgresqlBuildExtension (finalAttrs: {
pname = "pgsql-http";
version = "1.7.1";
version = "1.7.2";
src = fetchFromGitHub {
owner = "pramsey";
repo = "pgsql-http";
tag = "v${finalAttrs.version}";
hash = "sha256-vTOLAv0TYks8ubQa/y7+XjaIZuHEfh2wi2I38UNJ7NM=";
hash = "sha256-ML7lfzGWUjGuclwQ+U+y9i2WsYA2Q9zR4Xt6JNG+y3w=";
};
buildInputs = [ curl ];