postgresql_13: 13.7 -> 13.8

fixes CVE-2022-2625
This commit is contained in:
ajs124 2022-08-11 23:37:54 +02:00
parent c9aa86be11
commit 4059636757

View file

@ -229,9 +229,9 @@ in self: {
};
postgresql_13 = self.callPackage generic {
version = "13.7";
version = "13.8";
psqlSchema = "13";
hash = "sha256-G5Bb9PPYNhSjk7PFH9NFkQ/SYeT1Ekpo2aH906KkY5k=";
hash = "sha256-c4dv3TpRcIc0BFjcpM4VuNKk286zNMBEFCRVGubEze0=";
this = self.postgresql_13;
thisAttr = "postgresql_13";
inherit self;