mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
postgresqlPackages.pgsql-http: 1.6.0 -> 1.6.1
This commit is contained in:
parent
34bcb530b1
commit
2b9fc77f89
@ -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 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user