mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
postgresql_14: 14.2 -> 14.3
https://www.postgresql.org/docs/release/14.3/
This commit is contained in:
parent
84e86fc9ee
commit
242c4aaf39
@ -239,9 +239,9 @@ in self: {
|
||||
};
|
||||
|
||||
postgresql_14 = self.callPackage generic {
|
||||
version = "14.2";
|
||||
version = "14.3";
|
||||
psqlSchema = "14";
|
||||
sha256 = "sha256-LPeLLkaJEvgQHWldtTQM8xPC6faKYS+3FCdSToyal3o=";
|
||||
sha256 = "sha256-J5BXNov1mpGcBa2o+VxeBKu0PnS5oqacPUaiDgeprzg=";
|
||||
this = self.postgresql_14;
|
||||
thisAttr = "postgresql_14";
|
||||
inherit self;
|
||||
|
Loading…
Reference in New Issue
Block a user