postgresql_13: 13.6 -> 13.7

https://www.postgresql.org/docs/release/13.7/
This commit is contained in:
Mario Rodas 2022-05-12 04:20:00 +00:00
parent 9d599ca124
commit 84e86fc9ee

View file

@ -230,9 +230,9 @@ in self: {
}; };
postgresql_13 = self.callPackage generic { postgresql_13 = self.callPackage generic {
version = "13.6"; version = "13.7";
psqlSchema = "13"; psqlSchema = "13";
sha256 = "sha256-uvx/o9nU2o/nG4TGO6i9/oCSk1wwwKqFwkssCFCPZ/w="; sha256 = "sha256-G5Bb9PPYNhSjk7PFH9NFkQ/SYeT1Ekpo2aH906KkY5k=";
this = self.postgresql_13; this = self.postgresql_13;
thisAttr = "postgresql_13"; thisAttr = "postgresql_13";
inherit self; inherit self;