1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

postgresql: Remove EOL 9.0 branch

This commit is contained in:
Eelco Dolstra 2016-02-12 13:10:02 +01:00
parent a1fa485378
commit 0140591eab

View file

@ -58,12 +58,6 @@ let
in {
postgresql90 = common {
version = "9.0.23";
psqlSchema = "9.0";
sha256 = "1pnpni95r0ry112z6ycrqk5m6iw0vd4npg789czrl4qlr0cvxg1x";
};
postgresql91 = common {
version = "9.1.19";
psqlSchema = "9.1";