postgresql_11: 11.11 -> 11.12

Fixes: CVE-2021-32027, CVE-2021-32028, CVE-2021-32029
launchpad/nixpkgs/master
Martin Weinelt 3 years ago
parent b786157de8
commit daedf20fa6
  1. 4
      pkgs/servers/sql/postgresql/default.nix

@ -215,9 +215,9 @@ in self: {
};
postgresql_11 = self.callPackage generic {
version = "11.11";
version = "11.12";
psqlSchema = "11.1"; # should be 11, but changing it is invasive
sha256 = "0v0qk298nxmpzpgsxcsxma328hdkyzd7fwjs0zsn6zavl5zpnq20";
sha256 = "016bacpmqxc676ipzc1l8zv1jj44mjz7dv7jhqazg3ibdfqxiyc7";
this = self.postgresql_11;
thisAttr = "postgresql_11";
inherit self;

Loading…
Cancel
Save