mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
postgresql_9_5: 9.5.14 -> 9.5.15
See https://www.postgresql.org/about/news/1905/ for release information. Fixes CVE-2018-16850
This commit is contained in:
parent
882c3b529c
commit
f703ea62a0
1 changed files with 2 additions and 2 deletions
|
@ -112,9 +112,9 @@ in {
|
|||
};
|
||||
|
||||
postgresql_9_5 = common {
|
||||
version = "9.5.14";
|
||||
version = "9.5.15";
|
||||
psqlSchema = "9.5";
|
||||
sha256 = "0k8s62h6qd9p3xlx315j5irniskqsnx1nz4ir5r1yhqp07mdab1y";
|
||||
sha256 = "0i2lylgmsmy2g1ixlvl112fryp7jmrd0i2brk8sxb7vzzpg3znnv";
|
||||
};
|
||||
|
||||
postgresql_9_6 = common {
|
||||
|
|
Loading…
Reference in a new issue