Skip to content

Commit

Permalink
postgresql_10: 10.15 -> 10.16
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam committed Feb 11, 2021
1 parent 65ef716 commit 1fb790d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/sql/postgresql/default.nix
Expand Up @@ -210,9 +210,9 @@ in self: {
};

postgresql_10 = self.callPackage generic {
version = "10.15";
version = "10.16";
psqlSchema = "10.0"; # should be 10, but changing it is invasive
sha256 = "0zhzj9skag1pgqas2rnd217vj41ilaalqna17j47gyngpvhbqmjr";
sha256 = "1cvv8qw0gkkczqhiwx6ns7w88dwkvdz4cvb2d4ff14363f5p2p53";
this = self.postgresql_10;
thisAttr = "postgresql_10";
inherit self;
Expand Down

0 comments on commit 1fb790d

Please sign in to comment.