From bd552e360ccada4ce21c3aee4868e4ed133877c4 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Wed, 14 May 2025 20:48:41 +0800 Subject: [PATCH] pantheon.switchboard-plug-keyboard: 8.0.1 -> 8.0.2 https://github.com/elementary/switchboard-plug-keyboard/compare/8.0.1...8.0.2 --- .../apps/switchboard-plugs/keyboard/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 ];