postgresql_13: 13.8 -> 13.9
https://www.postgresql.org/docs/release/13.9/
This commit is contained in:
parent
0e7dc2534e
commit
4fc31c2539
1 changed files with 2 additions and 2 deletions
|
@ -222,9 +222,9 @@ in self: {
|
|||
};
|
||||
|
||||
postgresql_13 = self.callPackage generic {
|
||||
version = "13.8";
|
||||
version = "13.9";
|
||||
psqlSchema = "13";
|
||||
hash = "sha256-c4dv3TpRcIc0BFjcpM4VuNKk286zNMBEFCRVGubEze0=";
|
||||
hash = "sha256-7xlmwKXkn77TNwrSgkkoy2sRZGF67q4WBtooP38zpBU=";
|
||||
this = self.postgresql_13;
|
||||
thisAttr = "postgresql_13";
|
||||
inherit self;
|
||||
|
|
Loading…
Reference in a new issue