postgresql_11: 11.0 -> 11.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/postgresql/versions
This commit is contained in:
R. RyanTM 2018-11-18 15:33:37 -08:00 committed by Austin Seipp
parent cdacdc0686
commit 128a446c59

View File

@ -130,9 +130,9 @@ in {
};
postgresql_11 = common {
version = "11.0";
psqlSchema = "11.0";
sha256 = "0szk9ssfych1wlpyqxz3z6dllg1l6m5labpii8c2r463s01vm6xz";
version = "11.1";
psqlSchema = "11.1";
sha256 = "026v0sicsh7avzi45waf8shcbhivyxmi7qgn9fd1x0vl520mx0ch";
};
}