postgresql_13: 13.6 -> 13.7
https://www.postgresql.org/docs/release/13.7/
This commit is contained in:
parent
9d599ca124
commit
84e86fc9ee
1 changed files with 2 additions and 2 deletions
|
@ -230,9 +230,9 @@ in self: {
|
|||
};
|
||||
|
||||
postgresql_13 = self.callPackage generic {
|
||||
version = "13.6";
|
||||
version = "13.7";
|
||||
psqlSchema = "13";
|
||||
sha256 = "sha256-uvx/o9nU2o/nG4TGO6i9/oCSk1wwwKqFwkssCFCPZ/w=";
|
||||
sha256 = "sha256-G5Bb9PPYNhSjk7PFH9NFkQ/SYeT1Ekpo2aH906KkY5k=";
|
||||
this = self.postgresql_13;
|
||||
thisAttr = "postgresql_13";
|
||||
inherit self;
|
||||
|
|
Loading…
Reference in a new issue