lol

pantheon.switchboard-plug-keyboard: 8.0.1 -> 8.0.2

https://github.com/elementary/switchboard-plug-keyboard/compare/8.0.1...8.0.2

+5 -5
+5 -5
pkgs/desktops/pantheon/apps/switchboard-plugs/keyboard/default.nix
··· 25 25 26 26 stdenv.mkDerivation rec { 27 27 pname = "switchboard-plug-keyboard"; 28 - version = "8.0.1"; 28 + version = "8.0.2"; 29 29 30 30 src = fetchFromGitHub { 31 31 owner = "elementary"; 32 - repo = pname; 32 + repo = "settings-keyboard"; 33 33 rev = version; 34 - sha256 = "sha256-/jfUftlNL+B4570ajropS7/2fqro380kZzpPwm+A9fA="; 34 + sha256 = "sha256-j2D6NSwHTZQJaHm664fHF4VkcExpYwoq/J3SXus30nw="; 35 35 }; 36 36 37 37 patches = [ 38 38 # This will try to install packages with apt. 39 - # https://github.com/elementary/switchboard-plug-keyboard/issues/324 39 + # https://github.com/elementary/settings-keyboard/issues/324 40 40 ./hide-install-unlisted-engines-button.patch 41 41 42 42 (replaceVars ./fix-paths.patch { ··· 71 71 72 72 meta = with lib; { 73 73 description = "Switchboard Keyboard Plug"; 74 - homepage = "https://github.com/elementary/switchboard-plug-keyboard"; 74 + homepage = "https://github.com/elementary/settings-keyboard"; 75 75 license = licenses.gpl2Plus; 76 76 platforms = platforms.linux; 77 77 teams = [ teams.pantheon ];