Merge pull request #119389 from marsam/drop-postgresql_9_5

postgresql_9_5: drop
This commit is contained in:
Jörg Thalheim
2021-04-16 19:29:21 +01:00
committed by GitHub
5 changed files with 6 additions and 13 deletions
-9
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";