postgresql_11: 11.5 -> 11.6
Release notes: https://www.postgresql.org/docs/11/release-11-6.html
This commit is contained in:
parent
4e80093ca1
commit
ac5cdc41b2
@ -204,9 +204,9 @@ in self: {
|
|||||||
};
|
};
|
||||||
|
|
||||||
postgresql_11 = self.callPackage generic {
|
postgresql_11 = self.callPackage generic {
|
||||||
version = "11.5";
|
version = "11.6";
|
||||||
psqlSchema = "11.1"; # should be 11, but changing it is invasive
|
psqlSchema = "11.1"; # should be 11, but changing it is invasive
|
||||||
sha256 = "106ikalvrilihlvhq7xj7snq98hgbgq6qsgjrd252wgw1c327pvz";
|
sha256 = "0w1iq488kpzfgfnlw4k32lz5by695mpnkq461jrgsr99z5zlz4j9";
|
||||||
this = self.postgresql_11;
|
this = self.postgresql_11;
|
||||||
inherit self;
|
inherit self;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user