postgresql_12: 12.5 -> 12.6

Release notes: https://www.postgresql.org/docs/12/release-12-6.html
wip/yesman
Mario Rodas 3 years ago
parent 9d5aa602e0
commit 444a5b5a05
  1. 4
      pkgs/servers/sql/postgresql/default.nix

@ -228,9 +228,9 @@ in self: {
};
postgresql_12 = self.callPackage generic {
version = "12.5";
version = "12.6";
psqlSchema = "12";
sha256 = "15gzg778da23sbfmy7sqg443f9ny480301lm7i3vay4m3ls2a3dx";
sha256 = "028asz92mi3706zabfs8w9z03mzyx62d1l71qy9zdwfabj6xjzfz";
this = self.postgresql_12;
thisAttr = "postgresql_12";
inherit self;

Loading…
Cancel
Save