mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
postgresqlPackages.pgsql-http: 1.6.3 -> 1.7.0
(cherry picked from commit 492a3e5b21)
This commit is contained in:
committed by
github-actions[bot]
parent
5fd957183a
commit
f43edb8d26
@@ -8,13 +8,13 @@
|
||||
|
||||
postgresqlBuildExtension (finalAttrs: {
|
||||
pname = "pgsql-http";
|
||||
version = "1.6.3";
|
||||
version = "1.7.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pramsey";
|
||||
repo = "pgsql-http";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-Ij8BaNj2SOwDfjgLxrpLFvvPCzSahXyyckRPGmcqKtE=";
|
||||
hash = "sha256-tgmty8ZYpSEccwQouI/Ho2M495k6DizbMaaJ0+aW03Q=";
|
||||
};
|
||||
|
||||
buildInputs = [ curl ];
|
||||
|
||||
Reference in New Issue
Block a user