postgresql_9_4: Remove package

It's only supported until February 13, 2020 which is during the 19.09 life cycle.
This commit is contained in:
adisbladis
2019-09-07 15:31:27 +01:00
parent 3b5b9a73f5
commit 8e2fc57a80
5 changed files with 6 additions and 13 deletions

View File

@@ -168,14 +168,6 @@ let
in self: {
postgresql_9_4 = self.callPackage generic {
version = "9.4.24";
psqlSchema = "9.4";
sha256 = "0acl1wmah3r1a0qjjmpc256glccrjnzq4pkwklx4d9s6vmkks9aj";
this = self.postgresql_9_4;
inherit self;
};
postgresql_9_5 = self.callPackage generic {
version = "9.5.19";
psqlSchema = "9.5";