postgresql_13: 13.11 -> 13.12
https://www.postgresql.org/docs/release/13.12/
This commit is contained in:
parent
363048444b
commit
f256648786
@ -328,9 +328,9 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
postgresql_13 = self.callPackage generic {
|
postgresql_13 = self.callPackage generic {
|
||||||
version = "13.11";
|
version = "13.12";
|
||||||
psqlSchema = "13";
|
psqlSchema = "13";
|
||||||
hash = "sha256-SZL/ZHIDVmtnDU5U3FMXSZomhWyTV20OqVG99r7lC/s=";
|
hash = "sha256-DaHtzuNRS3vHum268MAEmeisFZBmjoeJxQJTpiSfIYs=";
|
||||||
this = self.postgresql_13;
|
this = self.postgresql_13;
|
||||||
thisAttr = "postgresql_13";
|
thisAttr = "postgresql_13";
|
||||||
inherit self;
|
inherit self;
|
||||||
|
Loading…
Reference in New Issue
Block a user