mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
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
1 changed files with 2 additions and 2 deletions
|
@ -215,9 +215,9 @@ in self: {
|
|||
};
|
||||
|
||||
postgresql_12 = self.callPackage generic {
|
||||
version = "12.1";
|
||||
version = "12.2";
|
||||
psqlSchema = "12";
|
||||
sha256 = "1vc3hjcbgkdfczc1ipkk02rahabn7fabpb7qs203jxpnpamz76x0";
|
||||
sha256 = "1pmmd59pvfs50gsi728bw9f1jl59xghsjdanfimph0659x6cq7dd";
|
||||
this = self.postgresql_12;
|
||||
inherit self;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue