postgresqlPackages.pgaudit: modernize
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
buildPostgresqlExtension,
|
||||
fetchFromGitHub,
|
||||
lib,
|
||||
libkrb5,
|
||||
openssl,
|
||||
postgresql,
|
||||
buildPostgresqlExtension,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
let
|
||||
@@ -46,7 +46,7 @@ buildPostgresqlExtension {
|
||||
src = fetchFromGitHub {
|
||||
owner = "pgaudit";
|
||||
repo = "pgaudit";
|
||||
rev = source.version;
|
||||
tag = source.version;
|
||||
hash = source.hash;
|
||||
};
|
||||
|
||||
@@ -59,12 +59,12 @@ buildPostgresqlExtension {
|
||||
|
||||
enableUpdateScript = false;
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Open Source PostgreSQL Audit Logging";
|
||||
homepage = "https://github.com/pgaudit/pgaudit";
|
||||
changelog = "https://github.com/pgaudit/pgaudit/releases/tag/${source.version}";
|
||||
maintainers = with maintainers; [ idontgetoutmuch ];
|
||||
maintainers = with lib.maintainers; [ idontgetoutmuch ];
|
||||
platforms = postgresql.meta.platforms;
|
||||
license = licenses.postgresql;
|
||||
license = lib.licenses.postgresql;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user