postgresqlPackages.tds_fdw: unstable-2024-02-10 -> 2.0.3-unstable-2024-02-10

OPNA2608 92dcac93 77f1d883

+4 -2
+4 -2
pkgs/servers/sql/postgresql/ext/tds_fdw.nix
··· 3 stdenv.mkDerivation rec { 4 pname = "tds_fdw"; 5 # Move to stable version when it's released. 6 - version = "unstable-2024-02-10"; 7 8 buildInputs = [ postgresql freetds ]; 9 ··· 21 install -D tds_fdw.control -t $out/share/postgresql/extension 22 ''; 23 24 - passthru.updateScript = unstableGitUpdater { }; 25 26 meta = with lib; { 27 description = "A PostgreSQL foreign data wrapper to connect to TDS databases (Sybase and Microsoft SQL Server)";
··· 3 stdenv.mkDerivation rec { 4 pname = "tds_fdw"; 5 # Move to stable version when it's released. 6 + version = "2.0.3-unstable-2024-02-10"; 7 8 buildInputs = [ postgresql freetds ]; 9 ··· 21 install -D tds_fdw.control -t $out/share/postgresql/extension 22 ''; 23 24 + passthru.updateScript = unstableGitUpdater { 25 + tagPrefix = "v"; 26 + }; 27 28 meta = with lib; { 29 description = "A PostgreSQL foreign data wrapper to connect to TDS databases (Sybase and Microsoft SQL Server)";