tds_fdw: init a 1.0.8

* tds_fdw: init a 1.0.8

* Use pname
This commit is contained in:
Steve Chávez
2019-03-12 19:38:58 -07:00
committed by Ryan Mulligan
parent 8d0b3d5e4f
commit 28d49431c0
3 changed files with 37 additions and 1 deletions
+3 -1
View File
@@ -34,4 +34,6 @@ self: super: {
timescaledb = super.callPackage ./ext/timescaledb.nix { };
tsearch_extras = super.callPackage ./ext/tsearch_extras.nix { };
}
tds_fdw = super.callPackage ./ext/tds_fdw.nix { };
}