postgresql_12: 12.12 -> 12.13

https://www.postgresql.org/docs/release/12.13/
This commit is contained in:
Mario Rodas 2022-11-11 04:20:00 +00:00
parent 06a7064ec3
commit 0e7dc2534e

View File

@ -213,9 +213,9 @@ in self: {
};
postgresql_12 = self.callPackage generic {
version = "12.12";
version = "12.13";
psqlSchema = "12";
hash = "sha256-NLPxxpQI4iBowMcbGCdpHxyJFTsK1XbBpE+JIKhYA5w=";
hash = "sha256-tsYjBGr0VI8RqEtAeTTWddEe0HDHk9FbBGg79fMi4C0=";
this = self.postgresql_12;
thisAttr = "postgresql_12";
inherit self;