postgresql_10: 10.13 -> 10.14
Release notes: https://www.postgresql.org/docs/10/release-10-14.html
This commit is contained in:
parent
e9ed812c07
commit
fce82f49f1
1 changed files with 2 additions and 2 deletions
|
@ -198,9 +198,9 @@ in self: {
|
|||
};
|
||||
|
||||
postgresql_10 = self.callPackage generic {
|
||||
version = "10.13";
|
||||
version = "10.14";
|
||||
psqlSchema = "10.0"; # should be 10, but changing it is invasive
|
||||
sha256 = "1qal0yp7a90yzya7hl56gsmw5fvacplrdhpn7h9gnbyr1i2iyw2d";
|
||||
sha256 = "0fxj30jvwq5pqpbj97vhlxgmn2ah59a78s9jyjr7vxyqj7sdh71q";
|
||||
this = self.postgresql_10;
|
||||
inherit self;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue