diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/keyboard/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/keyboard/default.nix index a4f327a67fb0..032758e1fb27 100644 --- a/pkgs/desktops/pantheon/apps/switchboard-plugs/keyboard/default.nix +++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/keyboard/default.nix @@ -25,18 +25,18 @@ stdenv.mkDerivation rec { pname = "switchboard-plug-keyboard"; - version = "8.0.1"; + version = "8.0.2"; src = fetchFromGitHub { owner = "elementary"; - repo = pname; + repo = "settings-keyboard"; rev = version; - sha256 = "sha256-/jfUftlNL+B4570ajropS7/2fqro380kZzpPwm+A9fA="; + sha256 = "sha256-j2D6NSwHTZQJaHm664fHF4VkcExpYwoq/J3SXus30nw="; }; patches = [ # This will try to install packages with apt. - # https://github.com/elementary/switchboard-plug-keyboard/issues/324 + # https://github.com/elementary/settings-keyboard/issues/324 ./hide-install-unlisted-engines-button.patch (replaceVars ./fix-paths.patch { @@ -71,7 +71,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Switchboard Keyboard Plug"; - homepage = "https://github.com/elementary/switchboard-plug-keyboard"; + homepage = "https://github.com/elementary/settings-keyboard"; license = licenses.gpl2Plus; platforms = platforms.linux; teams = [ teams.pantheon ];