postgresql_9_5: 9.5.22 -> 9.5.23

Release notes: https://www.postgresql.org/docs/9.5/release-9-5-23.html
This commit is contained in:
Mario Rodas 2020-08-13 20:00:00 -05:00
parent afe22f645a
commit 6cdd374d50
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

@ -182,9 +182,9 @@ let
in self: {
postgresql_9_5 = self.callPackage generic {
version = "9.5.22";
version = "9.5.23";
psqlSchema = "9.5";
sha256 = "03v4d4nr9f86y0i1j5jmvfan5w8y4ga1mar59lhcnj3jl5q58ma8";
sha256 = "0rl31jc3kg2wq6hazyd297gnmx3cibjvivllbsivii2m6dzgl573";
this = self.postgresql_9_5;
inherit self;
};