postgresql_14: 14.5 -> 14.6
https://www.postgresql.org/docs/release/14.6/
This commit is contained in:
parent
4fc31c2539
commit
9a0ebf5d47
1 changed files with 2 additions and 2 deletions
|
@ -231,9 +231,9 @@ in self: {
|
|||
};
|
||||
|
||||
postgresql_14 = self.callPackage generic {
|
||||
version = "14.5";
|
||||
version = "14.6";
|
||||
psqlSchema = "14";
|
||||
hash = "sha256-1PcstfuFfJqfdeyM8JGhdxJygC8hePCy5lt7b/ZPSjA=";
|
||||
hash = "sha256-UIhA/BgJ05q3InTV8Tfau5/X+0+TPaQWiu67IAae3yI=";
|
||||
this = self.postgresql_14;
|
||||
thisAttr = "postgresql_14";
|
||||
inherit self;
|
||||
|
|
Loading…
Reference in a new issue