postgresql_9_6: 9.6.11 -> 9.6.12

See https://www.postgresql.org/about/news/1920/ for release information.
This commit is contained in:
Lancelot SIX 2019-02-25 15:42:46 +01:00
parent 74c715e39c
commit 70a31c2e00
No known key found for this signature in database
GPG key ID: 02E1542BA66FB047

View file

@ -173,9 +173,9 @@ in self: {
};
postgresql_9_6 = self.callPackage generic {
version = "9.6.11";
version = "9.6.12";
psqlSchema = "9.6";
sha256 = "0c55akrkzqd6p6a8hr0338wk246hl76r9j16p4zn3s51d7f0l99q";
sha256 = "114xay230xia2fagisxahs5fc2mza8hmmkr6ibd7nxllp938931f";
this = self.postgresql_9_6;
inherit self;
};