postgresql_9_5: 9.5.23 -> 9.5.24
Release notes: https://www.postgresql.org/docs/9.5/release-9-5-24.html
This commit is contained in:
parent
1a33f87245
commit
71d2840883
|
@ -184,9 +184,9 @@ let
|
||||||
in self: {
|
in self: {
|
||||||
|
|
||||||
postgresql_9_5 = self.callPackage generic {
|
postgresql_9_5 = self.callPackage generic {
|
||||||
version = "9.5.23";
|
version = "9.5.24";
|
||||||
psqlSchema = "9.5";
|
psqlSchema = "9.5";
|
||||||
sha256 = "0rl31jc3kg2wq6hazyd297gnmx3cibjvivllbsivii2m6dzgl573";
|
sha256 = "0an2k4m1da96897hyxlff8p4p63wg4dffwsfg57aib7mp4yzsp06";
|
||||||
this = self.postgresql_9_5;
|
this = self.postgresql_9_5;
|
||||||
inherit self;
|
inherit self;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue