3
0
Fork 0
forked from mirrors/nixpkgs

postgresql_9_5: 9.5.24 -> 9.5.25

Release notes: https://www.postgresql.org/docs/9.5/release-9-5-25.html
This commit is contained in:
Mario Rodas 2021-02-11 04:20:00 +00:00
parent ae07bf1352
commit f226fa4fda

View file

@ -192,9 +192,9 @@ let
in self: {
postgresql_9_5 = self.callPackage generic {
version = "9.5.24";
version = "9.5.25";
psqlSchema = "9.5";
sha256 = "0an2k4m1da96897hyxlff8p4p63wg4dffwsfg57aib7mp4yzsp06";
sha256 = "00yny0sskxrqk4ji2phgv3iqxd1aiy6rh660k73s4s1pn9gcaa3n";
this = self.postgresql_9_5;
thisAttr = "postgresql_9_5";
inherit self;