postgresql_9_5: 9.5.21 -> 9.5.22

Release notes: https://www.postgresql.org/docs/9.5/release-9-5-22.html
This commit is contained in:
Mario Rodas 2020-05-15 04:20:00 -05:00
parent 75c55c4fe2
commit 3ea0c17200
No known key found for this signature in database
GPG key ID: 325649BCA6D53027

View file

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