postgresql_10: 10.20 -> 10.21
https://www.postgresql.org/docs/release/10.21/
This commit is contained in:
parent
5c5187646d
commit
5a19730b5d
1 changed files with 2 additions and 2 deletions
|
@ -202,9 +202,9 @@ let
|
|||
in self: {
|
||||
|
||||
postgresql_10 = self.callPackage generic {
|
||||
version = "10.20";
|
||||
version = "10.21";
|
||||
psqlSchema = "10.0"; # should be 10, but changing it is invasive
|
||||
sha256 = "sha256-h94W1ZvP5C+mBcMSxZvl4pToo+astlXdetR8u5MKZZ8=";
|
||||
sha256 = "sha256-0yGYhW1Sqab11QZC74ZoesBYvW78pcntV754CElvRdE=";
|
||||
this = self.postgresql_10;
|
||||
thisAttr = "postgresql_10";
|
||||
inherit self;
|
||||
|
|
Loading…
Reference in a new issue