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