postgresql_9_6: 9.6.20 -> 9.6.21

Release notes: https://www.postgresql.org/docs/9.6/release-9-6-21.html
wip/yesman
Mario Rodas 3 years ago
parent f226fa4fda
commit 65ef71689f
  1. 4
      pkgs/servers/sql/postgresql/default.nix

@ -201,9 +201,9 @@ in self: {
};
postgresql_9_6 = self.callPackage generic {
version = "9.6.20";
version = "9.6.21";
psqlSchema = "9.6";
sha256 = "1dkv916y7vrfbygrfbfvs6y3fxaysnh32i5j88nvcnnl16jcn21x";
sha256 = "0d0ngpadf1i7c0i2psaxcbmiwx8334ibcsn283n9fp4853pyl3wk";
this = self.postgresql_9_6;
thisAttr = "postgresql_9_6";
inherit self;

Loading…
Cancel
Save