postgresqlPackages.pgsql-http: 1.6.0 -> 1.6.1

This commit is contained in:
Wolfgang Walther 2024-11-15 20:55:08 +00:00
parent 34bcb530b1
commit 2b9fc77f89
No known key found for this signature in database
GPG Key ID: B39893FA5F65CAE1

View File

@ -2,13 +2,13 @@
buildPostgresqlExtension rec { buildPostgresqlExtension rec {
pname = "pgsql-http"; pname = "pgsql-http";
version = "1.6.0"; version = "1.6.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "pramsey"; owner = "pramsey";
repo = "pgsql-http"; repo = "pgsql-http";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-CPHfx7vhWfxkXsoKTzyFuTt47BPMvzi/pi1leGcuD60="; hash = "sha256-C8eqi0q1dnshUAZjIsZFwa5FTYc7vmATF3vv2CReWPM=";
}; };
buildInputs = [ curl ]; buildInputs = [ curl ];