postgresql_9_6: 9.6.13 -> 9.6.14

This commit is contained in:
Mario Rodas 2019-06-20 23:47:08 -05:00
parent 14de736372
commit 0f612b8ec4
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8
1 changed files with 2 additions and 2 deletions

View File

@ -178,9 +178,9 @@ in self: {
};
postgresql_9_6 = self.callPackage generic {
version = "9.6.13";
version = "9.6.14";
psqlSchema = "9.6";
sha256 = "197964wb5pc5fx81a6mh9hlcrr9sgr3nqlpmljv6asi9aq0d5gpc";
sha256 = "08hsqczy1ixkjyf2vr3s9x69agfz9yr8lh31fir4z0dfr5jw421z";
this = self.postgresql_9_6;
inherit self;
};