Commit 8dbfbe8e authored by jopejoe1's avatar jopejoe1
Browse files

postgresql16Packages.pg_libversion: add update script

parent ef464583
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
 { 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";