3
0
Fork 0
forked from mirrors/nixpkgs

postgresql_11: 11.5 -> 11.6

Release notes: https://www.postgresql.org/docs/11/release-11-6.html
This commit is contained in:
Mario Rodas 2019-11-14 20:03:00 -05:00
parent 4e80093ca1
commit ac5cdc41b2
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

View file

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