mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
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:
parent
74c715e39c
commit
70a31c2e00
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue