postgresql_9_5: drop

PostgreSQL 9.5 has reached EOL on February 11, 2021.
See https://www.postgresql.org/support/versioning/
This commit is contained in:
Mario Rodas
2021-04-01 04:20:00 +00:00
parent 55ac7d4580
commit 72ab382fb6
5 changed files with 6 additions and 13 deletions

View File

@@ -191,15 +191,6 @@ let
in self: {
postgresql_9_5 = self.callPackage generic {
version = "9.5.25";
psqlSchema = "9.5";
sha256 = "00yny0sskxrqk4ji2phgv3iqxd1aiy6rh660k73s4s1pn9gcaa3n";
this = self.postgresql_9_5;
thisAttr = "postgresql_9_5";
inherit self;
};
postgresql_9_6 = self.callPackage generic {
version = "9.6.21";
psqlSchema = "9.6";