mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 12:23:02 +00:00
postgresql_13: 13.2 -> 13.3
Fixes: CVE-2021-32027, CVE-2021-32028, CVE-2021-32029
This commit is contained in:
parent
8d96bfd409
commit
3318a937ef
@ -233,9 +233,9 @@ in self: {
|
|||||||
};
|
};
|
||||||
|
|
||||||
postgresql_13 = self.callPackage generic {
|
postgresql_13 = self.callPackage generic {
|
||||||
version = "13.2";
|
version = "13.3";
|
||||||
psqlSchema = "13";
|
psqlSchema = "13";
|
||||||
sha256 = "1z5d847jnajcfr3wa6jn52a8xjhamvwzmz18xlm5nvxqip8grmsz";
|
sha256 = "18dliq7h2l8irffhyyhdmfwx3si515q6gds3cxdjb9n7m17lbn9w";
|
||||||
this = self.postgresql_13;
|
this = self.postgresql_13;
|
||||||
thisAttr = "postgresql_13";
|
thisAttr = "postgresql_13";
|
||||||
inherit self;
|
inherit self;
|
||||||
|
Loading…
Reference in New Issue
Block a user