postgresql_9_4: 9.4.20 -> 9.4.21

See https://www.postgresql.org/about/news/1920/ for release information.
This commit is contained in:
Lancelot SIX 2019-02-25 15:40:42 +01:00
parent 73061742af
commit d1dd3a1f1a
No known key found for this signature in database
GPG key ID: 02E1542BA66FB047

View file

@ -157,9 +157,9 @@ let
in self: {
postgresql_9_4 = self.callPackage generic {
version = "9.4.20";
version = "9.4.21";
psqlSchema = "9.4";
sha256 = "0zzqjz5jrn624hzh04drpj6axh30a9k6bgawid6rwk45nbfxicgf";
sha256 = "01k0s3a7qy8639zsjp1bjbfnnymyl0rgyylrjbkm81m0779b8j80";
this = self.postgresql_9_4;
inherit self;
};