postgresql_11: 11.15 -> 11.16

https://www.postgresql.org/docs/release/11.16/
This commit is contained in:
Mario Rodas 2022-05-12 04:20:00 +00:00
parent 5a19730b5d
commit 74707e7b12

View file

@ -212,9 +212,9 @@ in self: {
};
postgresql_11 = self.callPackage generic {
version = "11.15";
version = "11.16";
psqlSchema = "11.1"; # should be 11, but changing it is invasive
sha256 = "sha256-yPWOjr1PRWf0+boQMus+meAlHYfL4+VktIVZDjeoeeM=";
sha256 = "sha256-LdnhEfCllJ7nyswGXOoPshCSkpuuMQzgW/AbT/xRA6U=";
this = self.postgresql_11;
thisAttr = "postgresql_11";
inherit self;