postgresql16Packages.pg_libversion: add update script

This commit is contained in:
jopejoe1
2024-05-15 18:11:02 +02:00
parent ef464583a8
commit 8dbfbe8e5f
@@ -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";