postgresql93: 9.3.22 -> 9.3.23

Release notes: https://www.postgresql.org/docs/10/static/release-9-3-23.html
This commit is contained in:
Silvan Mosberger 2018-07-20 17:15:43 +02:00 committed by Austin Seipp
parent 5f5e343487
commit 73aaf63fb1

View File

@ -95,9 +95,9 @@ let
in {
postgresql93 = common {
version = "9.3.22";
version = "9.3.23";
psqlSchema = "9.3";
sha256 = "06p9rk2bav41ybp8ra1bpf44avw9kl5s1wyql21n5awvlm5fs60v";
sha256 = "1jzncs7b6zrcgpnqjbjcc4y8303a96zqi3h31d3ix1g3vh31160x";
};
postgresql94 = common {