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:
parent
17b46e81da
commit
4e7ea9b49a
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue