Merge pull request #55860 from r-ryantm/auto-update/postgresql

postgresql_11: 11.1 -> 11.2
This commit is contained in:
Ryan Mulligan 2019-02-17 08:52:38 -08:00 committed by GitHub
commit 0751f8a282
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -188,9 +188,9 @@ in self: {
};
postgresql_11 = self.callPackage generic {
version = "11.1";
psqlSchema = "11.1";
sha256 = "026v0sicsh7avzi45waf8shcbhivyxmi7qgn9fd1x0vl520mx0ch";
version = "11.2";
psqlSchema = "11.2";
sha256 = "01clq2lw0v83zh5dc89xdr3mmap0jr37kdkh401ph6f2177bjxi6";
this = self.postgresql_11;
inherit self;
};