postgresql_12: 12.11 -> 12.12

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

View file

@ -220,9 +220,9 @@ in self: {
};
postgresql_12 = self.callPackage generic {
version = "12.11";
version = "12.12";
psqlSchema = "12";
hash = "sha256-ECYkil/Svur0PkxyNqyBflbVi2gaM1hWRl37x1s+gwI=";
hash = "sha256-NLPxxpQI4iBowMcbGCdpHxyJFTsK1XbBpE+JIKhYA5w=";
this = self.postgresql_12;
thisAttr = "postgresql_12";
inherit self;