mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
postgresql_11: 11.17 -> 11.18
https://www.postgresql.org/docs/release/11.18/
This commit is contained in:
@@ -204,9 +204,9 @@ let
|
||||
in self: {
|
||||
|
||||
postgresql_11 = self.callPackage generic {
|
||||
version = "11.17";
|
||||
version = "11.18";
|
||||
psqlSchema = "11.1"; # should be 11, but changing it is invasive
|
||||
hash = "sha256-bphJY64HZeYVd5lRA6fmWU2w8L0BUorBI+DeSmpMtMQ=";
|
||||
hash = "sha256-0k8g78UukYrPvMoh6c6ijg4mO4RqDECPz6w7PEoPdQQ=";
|
||||
this = self.postgresql_11;
|
||||
thisAttr = "postgresql_11";
|
||||
inherit self;
|
||||
|
||||
Reference in New Issue
Block a user