postgresql_13: 13.4 -> 13.5

https://www.postgresql.org/docs/release/13.5/
This commit is contained in:
Mario Rodas 2021-11-18 04:20:00 +00:00
parent c046c5d6ff
commit 67abda7877

View file

@ -238,9 +238,9 @@ in self: {
};
postgresql_13 = self.callPackage generic {
version = "13.4";
version = "13.5";
psqlSchema = "13";
sha256 = "1kf0gcsrl5n25rjlvkh87aywmn28kbwvakm5c7j1qpr4j01y34za";
sha256 = "sha256-m4EGelXtuqvEGKrO9FfdhHdkKCdJlWCwBhWm6mwT9rM=";
this = self.postgresql_13;
thisAttr = "postgresql_13";
inherit self;