postgresql_13: 13.4 -> 13.5
https://www.postgresql.org/docs/release/13.5/
This commit is contained in:
parent
c046c5d6ff
commit
67abda7877
1 changed files with 2 additions and 2 deletions
|
@ -238,9 +238,9 @@ in self: {
|
||||||
};
|
};
|
||||||
|
|
||||||
postgresql_13 = self.callPackage generic {
|
postgresql_13 = self.callPackage generic {
|
||||||
version = "13.4";
|
version = "13.5";
|
||||||
psqlSchema = "13";
|
psqlSchema = "13";
|
||||||
sha256 = "1kf0gcsrl5n25rjlvkh87aywmn28kbwvakm5c7j1qpr4j01y34za";
|
sha256 = "sha256-m4EGelXtuqvEGKrO9FfdhHdkKCdJlWCwBhWm6mwT9rM=";
|
||||||
this = self.postgresql_13;
|
this = self.postgresql_13;
|
||||||
thisAttr = "postgresql_13";
|
thisAttr = "postgresql_13";
|
||||||
inherit self;
|
inherit self;
|
||||||
|
|
Loading…
Reference in a new issue