postgresql_9_6: 9.6.13 -> 9.6.14
This commit is contained in:
parent
14de736372
commit
0f612b8ec4
|
@ -178,9 +178,9 @@ in self: {
|
||||||
};
|
};
|
||||||
|
|
||||||
postgresql_9_6 = self.callPackage generic {
|
postgresql_9_6 = self.callPackage generic {
|
||||||
version = "9.6.13";
|
version = "9.6.14";
|
||||||
psqlSchema = "9.6";
|
psqlSchema = "9.6";
|
||||||
sha256 = "197964wb5pc5fx81a6mh9hlcrr9sgr3nqlpmljv6asi9aq0d5gpc";
|
sha256 = "08hsqczy1ixkjyf2vr3s9x69agfz9yr8lh31fir4z0dfr5jw421z";
|
||||||
this = self.postgresql_9_6;
|
this = self.postgresql_9_6;
|
||||||
inherit self;
|
inherit self;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue