postgresqlPackages.pgsql-http: 1.7.0 -> 1.7.1

This commit is contained in:
R. Ryantm
2026-06-20 20:31:02 +00:00
parent 986f1b4a03
commit a832c63403
@@ -8,13 +8,13 @@
postgresqlBuildExtension (finalAttrs: {
pname = "pgsql-http";
version = "1.7.0";
version = "1.7.1";
src = fetchFromGitHub {
owner = "pramsey";
repo = "pgsql-http";
tag = "v${finalAttrs.version}";
hash = "sha256-tgmty8ZYpSEccwQouI/Ho2M495k6DizbMaaJ0+aW03Q=";
hash = "sha256-vTOLAv0TYks8ubQa/y7+XjaIZuHEfh2wi2I38UNJ7NM=";
};
buildInputs = [ curl ];