postgresql_9_5: 9.5.20 -> 9.5.21

Release notes: https://www.postgresql.org/docs/9.5/release-9-5-21.html
This commit is contained in:
Mario Rodas 2020-02-14 00:00:00 -05:00
parent 17b46e81da
commit 4e7ea9b49a

View file

@ -183,9 +183,9 @@ let
in self: {
postgresql_9_5 = self.callPackage generic {
version = "9.5.20";
version = "9.5.21";
psqlSchema = "9.5";
sha256 = "03fygn3nn6l6ar66sldy5akdg1gynny3yxbrpvmmp5ygfnrm2mwj";
sha256 = "0b3kzc0431bvp55jns42q9h1119gy075mp4aywnkq93pm17nxdby";
this = self.postgresql_9_5;
inherit self;
};