postgresql_13: 13.3 -> 13.4

https://www.postgresql.org/docs/release/13.4/
(cherry picked from commit 3290dd08a210653cb505de997d244d498ce71178)
This commit is contained in:
Mario Rodas 2021-09-01 04:20:00 +00:00
parent d04c1e30be
commit 1b7893c31a
1 changed files with 2 additions and 2 deletions

View File

@ -233,9 +233,9 @@ in self: {
};
postgresql_13 = self.callPackage generic {
version = "13.3";
version = "13.4";
psqlSchema = "13";
sha256 = "18dliq7h2l8irffhyyhdmfwx3si515q6gds3cxdjb9n7m17lbn9w";
sha256 = "1kf0gcsrl5n25rjlvkh87aywmn28kbwvakm5c7j1qpr4j01y34za";
this = self.postgresql_13;
thisAttr = "postgresql_13";
inherit self;