postgresql_12: 12.15 -> 12.16

https://www.postgresql.org/docs/release/12.16/
This commit is contained in:
ajs124
2023-08-10 23:19:35 -05:00
committed by Austin Seipp
parent b606993d67
commit 363048444b
+2 -2
View File
@@ -319,9 +319,9 @@ let
};
postgresql_12 = self.callPackage generic {
version = "12.15";
version = "12.16";
psqlSchema = "12";
hash = "sha256-u1IG4oZMHEV5k4uW6mCW0VXyKr8tLMKqV1cePEyxKzY=";
hash = "sha256-xfH/96D5Ph7DdGQXsFlCkOzmF7SZXtlbjVJ68LoOOPM=";
this = self.postgresql_12;
thisAttr = "postgresql_12";
inherit self;