mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
postgresql_11: 11.19 -> 11.20
https://www.postgresql.org/docs/release/11.20/
This commit is contained in:
parent
3cb5bc287d
commit
c56299151c
@ -290,9 +290,9 @@ let
|
|||||||
|
|
||||||
mkPackages = self: {
|
mkPackages = self: {
|
||||||
postgresql_11 = self.callPackage generic {
|
postgresql_11 = self.callPackage generic {
|
||||||
version = "11.19";
|
version = "11.20";
|
||||||
psqlSchema = "11.1"; # should be 11, but changing it is invasive
|
psqlSchema = "11.1"; # should be 11, but changing it is invasive
|
||||||
hash = "sha256-ExCeK3HxE5QFwnIB2jczphrOcu4cIo2cnwMg4GruFMI=";
|
hash = "sha256-PXyIgvZKfphTSgRCV9/uerrXelt9oSUI2F1yK5i1rM4=";
|
||||||
this = self.postgresql_11;
|
this = self.postgresql_11;
|
||||||
thisAttr = "postgresql_11";
|
thisAttr = "postgresql_11";
|
||||||
inherit self;
|
inherit self;
|
||||||
|
Loading…
Reference in New Issue
Block a user