mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
postgresql_10: 10.15 -> 10.16
Release notes: https://www.postgresql.org/docs/10/release-10-16.html
This commit is contained in:
parent
65ef71689f
commit
1fb790d9fa
@ -210,9 +210,9 @@ in self: {
|
||||
};
|
||||
|
||||
postgresql_10 = self.callPackage generic {
|
||||
version = "10.15";
|
||||
version = "10.16";
|
||||
psqlSchema = "10.0"; # should be 10, but changing it is invasive
|
||||
sha256 = "0zhzj9skag1pgqas2rnd217vj41ilaalqna17j47gyngpvhbqmjr";
|
||||
sha256 = "1cvv8qw0gkkczqhiwx6ns7w88dwkvdz4cvb2d4ff14363f5p2p53";
|
||||
this = self.postgresql_10;
|
||||
thisAttr = "postgresql_10";
|
||||
inherit self;
|
||||
|
Loading…
Reference in New Issue
Block a user