mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 21:14:52 +00:00
postgresql_14: 14.8 -> 14.9
https://www.postgresql.org/docs/release/14.9/
This commit is contained in:
parent
f256648786
commit
8f5976b479
@ -337,9 +337,9 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
postgresql_14 = self.callPackage generic {
|
postgresql_14 = self.callPackage generic {
|
||||||
version = "14.8";
|
version = "14.9";
|
||||||
psqlSchema = "14";
|
psqlSchema = "14";
|
||||||
hash = "sha256-OdOPADBzftA4Nd6+7+47N9M1RizkmV4kl7w41iHr5Fo=";
|
hash = "sha256-sf47qbGn86ljfdFlbf2tKIkBYHP9TTXxO1AUPLu2qO8=";
|
||||||
this = self.postgresql_14;
|
this = self.postgresql_14;
|
||||||
thisAttr = "postgresql_14";
|
thisAttr = "postgresql_14";
|
||||||
inherit self;
|
inherit self;
|
||||||
|
Loading…
Reference in New Issue
Block a user