1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 20:21:14 +00:00

postgresql_15: 15.0 -> 15.1

https://www.postgresql.org/docs/release/15.1/
This commit is contained in:
Mario Rodas 2022-11-11 04:20:00 +00:00
parent 9a0ebf5d47
commit b38cf2c9ae

View file

@ -240,9 +240,9 @@ in self: {
};
postgresql_15 = self.callPackage generic {
version = "15.0";
version = "15.1";
psqlSchema = "15";
hash = "sha256-cux09KfBbmhPQ+pC4hVJf81MVdAopo+3LpnmH/QNpNY=";
hash = "sha256-ZP3yPXNK+tDf5Ad9rKlqxR3NaX5ori09TKbEXLFOIa4=";
this = self.postgresql_15;
thisAttr = "postgresql_15";
inherit self;