Skip to content

Commit

Permalink
postgresql_11: 11.5 -> 11.7
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam authored and danbst committed Feb 18, 2020
1 parent 7294b28 commit 847bf0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/sql/postgresql/default.nix
Expand Up @@ -193,9 +193,9 @@ in self: {
};

postgresql_11 = self.callPackage generic {
version = "11.5";
version = "11.7";
psqlSchema = "11.1"; # should be 11, but changing it is invasive
sha256 = "106ikalvrilihlvhq7xj7snq98hgbgq6qsgjrd252wgw1c327pvz";
sha256 = "04x343i4v0w4jf1v5ial8rwsizs1qhdjfbanbnibdys6i0xfjjij";
this = self.postgresql_11;
inherit self;
};
Expand Down

0 comments on commit 847bf0b

Please sign in to comment.