postgresql_12: 12.1 -> 12.2
Release notes: https://www.postgresql.org/docs/current/release-12-2.html
This commit is contained in:
parent
3668174836
commit
bfdb8f99ce
@ -215,9 +215,9 @@ in self: {
|
|||||||
};
|
};
|
||||||
|
|
||||||
postgresql_12 = self.callPackage generic {
|
postgresql_12 = self.callPackage generic {
|
||||||
version = "12.1";
|
version = "12.2";
|
||||||
psqlSchema = "12";
|
psqlSchema = "12";
|
||||||
sha256 = "1vc3hjcbgkdfczc1ipkk02rahabn7fabpb7qs203jxpnpamz76x0";
|
sha256 = "1pmmd59pvfs50gsi728bw9f1jl59xghsjdanfimph0659x6cq7dd";
|
||||||
this = self.postgresql_12;
|
this = self.postgresql_12;
|
||||||
inherit self;
|
inherit self;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user