3
0
Fork 0
forked from mirrors/nixpkgs

postgresql_9_5: 9.5.19 -> 9.5.20

Release notes: https://www.postgresql.org/docs/9.5/release-9-5-20.html
This commit is contained in:
Mario Rodas 2019-11-14 20:00:00 -05:00
parent 94d4fe8546
commit 5a9ba33b70
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

View file

@ -180,9 +180,9 @@ let
in self: {
postgresql_9_5 = self.callPackage generic {
version = "9.5.19";
version = "9.5.20";
psqlSchema = "9.5";
sha256 = "1cqvbsyfs9048wbvdv0vhhaksjyjqv2vvh6ij4vqmjibc4kal34n";
sha256 = "03fygn3nn6l6ar66sldy5akdg1gynny3yxbrpvmmp5ygfnrm2mwj";
this = self.postgresql_9_5;
inherit self;
};