postgresql_11: 11.6 -> 11.7

Release notes: https://www.postgresql.org/docs/11/release-11-7.html
This commit is contained in:
Mario Rodas 2020-02-14 00:03:00 -05:00
parent 08d614c72f
commit 3668174836

View File

@ -207,9 +207,9 @@ in self: {
};
postgresql_11 = self.callPackage generic {
version = "11.6";
version = "11.7";
psqlSchema = "11.1"; # should be 11, but changing it is invasive
sha256 = "0w1iq488kpzfgfnlw4k32lz5by695mpnkq461jrgsr99z5zlz4j9";
sha256 = "04x343i4v0w4jf1v5ial8rwsizs1qhdjfbanbnibdys6i0xfjjij";
this = self.postgresql_11;
inherit self;
};