postgresql_15: 15.3 -> 15.4

https://www.postgresql.org/docs/release/15.4/
This commit is contained in:
ajs124
2023-08-10 23:19:35 -05:00
committed by Austin Seipp
parent 8f5976b479
commit 061c96b486
+2 -2
View File
@@ -346,9 +346,9 @@ let
};
postgresql_15 = self.callPackage generic {
version = "15.3";
version = "15.4";
psqlSchema = "15";
hash = "sha256-/8fUiR8A/79cP06rf7vO2EYLjA7mPFpRZxM7nmWZ2TI=";
hash = "sha256-uuxaS9xENzNmU7bLXZ7Ym+W9XAxYuU4L7O4KmZ5jyPk=";
this = self.postgresql_15;
thisAttr = "postgresql_15";
inherit self;