postgresql_11: 11.16 -> 11.17

fixes CVE-2022-2625
This commit is contained in:
ajs124 2022-08-11 23:40:04 +02:00
parent 2793fbe755
commit d1213d3dc8

View File

@ -211,9 +211,9 @@ in self: {
};
postgresql_11 = self.callPackage generic {
version = "11.16";
version = "11.17";
psqlSchema = "11.1"; # should be 11, but changing it is invasive
hash = "sha256-LdnhEfCllJ7nyswGXOoPshCSkpuuMQzgW/AbT/xRA6U=";
hash = "sha256-bphJY64HZeYVd5lRA6fmWU2w8L0BUorBI+DeSmpMtMQ=";
this = self.postgresql_11;
thisAttr = "postgresql_11";
inherit self;