postgresql_12: 12.5 -> 12.6
Release notes: https://www.postgresql.org/docs/12/release-12-6.html
This commit is contained in:
parent
9d5aa602e0
commit
444a5b5a05
|
@ -228,9 +228,9 @@ in self: {
|
||||||
};
|
};
|
||||||
|
|
||||||
postgresql_12 = self.callPackage generic {
|
postgresql_12 = self.callPackage generic {
|
||||||
version = "12.5";
|
version = "12.6";
|
||||||
psqlSchema = "12";
|
psqlSchema = "12";
|
||||||
sha256 = "15gzg778da23sbfmy7sqg443f9ny480301lm7i3vay4m3ls2a3dx";
|
sha256 = "028asz92mi3706zabfs8w9z03mzyx62d1l71qy9zdwfabj6xjzfz";
|
||||||
this = self.postgresql_12;
|
this = self.postgresql_12;
|
||||||
thisAttr = "postgresql_12";
|
thisAttr = "postgresql_12";
|
||||||
inherit self;
|
inherit self;
|
||||||
|
|
Loading…
Reference in New Issue