postgresql_12: 12.4 -> 12.5

Release notes: https://www.postgresql.org/docs/12/release-12-5.html
This commit is contained in:
Mario Rodas
2020-11-19 20:09:49 +01:00
committed by Frederik Rietdijk
parent 13666eaf58
commit 93e356349c
+2 -2
View File
@@ -215,9 +215,9 @@ in self: {
}; };
postgresql_12 = self.callPackage generic { postgresql_12 = self.callPackage generic {
version = "12.4"; version = "12.5";
psqlSchema = "12"; psqlSchema = "12";
sha256 = "1k06wryy8p4s1fim9qafcjlak3f58l0wqaqnrccr9x9j5jz3zsdy"; sha256 = "15gzg778da23sbfmy7sqg443f9ny480301lm7i3vay4m3ls2a3dx";
this = self.postgresql_12; this = self.postgresql_12;
inherit self; inherit self;
}; };