mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
postgresql_9_5: 9.5.15 -> 9.5.16
See https://www.postgresql.org/about/news/1920/ for release information.
(cherry picked from commit 74c715e39c)
This commit is contained in:
@@ -119,9 +119,9 @@ in {
|
||||
};
|
||||
|
||||
postgresql95 = common {
|
||||
version = "9.5.15";
|
||||
version = "9.5.16";
|
||||
psqlSchema = "9.5";
|
||||
sha256 = "0i2lylgmsmy2g1ixlvl112fryp7jmrd0i2brk8sxb7vzzpg3znnv";
|
||||
sha256 = "0cg10ri0475vg1c8k1sb5qi4i64hiv9k7crmg15qvvnwsjanqmx4";
|
||||
};
|
||||
|
||||
postgresql96 = common {
|
||||
|
||||
Reference in New Issue
Block a user