postgresql_16: 16.0 -> 16.1

Changelog: https://www.postgresql.org/docs/release/16.1/
This commit is contained in:
Mario Rodas
2023-11-10 04:20:00 +00:00
parent b38f22b9ca
commit 943ad0d53e
+2 -2
View File
@@ -412,9 +412,9 @@ let
};
postgresql_16 = self.callPackage generic {
version = "16.0";
version = "16.1";
psqlSchema = "16";
hash = "sha256-356CPrIjMEROHUjlLMZRNaZSpv2zzjJePwhUkzn1G5k=";
hash = "sha256-zjxNhdGbASH+DT+O8fpgH3GYnob4pm99w61UbdVWT+w=";
this = self.postgresql_16;
thisAttr = "postgresql_16";
inherit self;