postgresql_13: 13.0 -> 13.1

Release notes: https://www.postgresql.org/docs/13/release-13-1.html
This commit is contained in:
Mario Rodas 2020-11-18 04:20:00 +00:00 committed by Frederik Rietdijk
parent 93e356349c
commit 9e802844fc
1 changed files with 2 additions and 2 deletions

View File

@ -223,9 +223,9 @@ in self: {
};
postgresql_13 = self.callPackage generic {
version = "13.0";
version = "13.1";
psqlSchema = "13";
sha256 = "15i2b7m9a9430idqdgvrcyx66cpxz0v2d81nfqcm8ss3inz51rw0";
sha256 = "07z6zwr58dckaa97yl9ml240z83d1lhgaxw9aq49i8lsp21mqd0j";
this = self.postgresql_13;
inherit self;
};