mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 05:00:19 +00:00
postgresql_11: 11.18 -> 11.19
https://www.postgresql.org/docs/release/11.19/
This commit is contained in:
parent
bcf5eb3363
commit
8aee83b4af
@ -207,9 +207,9 @@ let
|
||||
in self: {
|
||||
|
||||
postgresql_11 = self.callPackage generic {
|
||||
version = "11.18";
|
||||
version = "11.19";
|
||||
psqlSchema = "11.1"; # should be 11, but changing it is invasive
|
||||
hash = "sha256-0k8g78UukYrPvMoh6c6ijg4mO4RqDECPz6w7PEoPdQQ=";
|
||||
hash = "sha256-ExCeK3HxE5QFwnIB2jczphrOcu4cIo2cnwMg4GruFMI=";
|
||||
this = self.postgresql_11;
|
||||
thisAttr = "postgresql_11";
|
||||
inherit self;
|
||||
|
Loading…
Reference in New Issue
Block a user