postgresql16Packages.pg_libversion: add update script
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, stdenv
|
||||
, fetchFromGitHub
|
||||
, gitUpdater
|
||||
, pkg-config
|
||||
, postgresql
|
||||
, libversion
|
||||
@@ -36,6 +37,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
passthru.updateScript = gitUpdater { };
|
||||
|
||||
meta = with lib; {
|
||||
description = "PostgreSQL extension with support for version string comparison";
|
||||
homepage = "https://github.com/repology/postgresql-libversion";
|
||||
|
||||
Reference in New Issue
Block a user