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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user