postgresql_12: 12.9 -> 12.10
https://www.postgresql.org/docs/release/12.10/
This commit is contained in:
parent
726aad3796
commit
c6b58fecd0
@ -221,9 +221,9 @@ in self: {
|
|||||||
};
|
};
|
||||||
|
|
||||||
postgresql_12 = self.callPackage generic {
|
postgresql_12 = self.callPackage generic {
|
||||||
version = "12.9";
|
version = "12.10";
|
||||||
psqlSchema = "12";
|
psqlSchema = "12";
|
||||||
sha256 = "sha256-if2i3jPtBKmFSOQ/PuXxW4gr4XUF1jH+DdGlQKK1bc4=";
|
sha256 = "sha256-g90ZLmA0lRGSuahtwZzzcXqLghIOLxGgo2cjyCDSslc=";
|
||||||
this = self.postgresql_12;
|
this = self.postgresql_12;
|
||||||
thisAttr = "postgresql_12";
|
thisAttr = "postgresql_12";
|
||||||
inherit self;
|
inherit self;
|
||||||
|
Loading…
Reference in New Issue
Block a user