From a5594bd8d299691fd7e7bbb08bd5746952ef271e Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Mon, 2 Jun 2025 23:39:38 +0800 Subject: [PATCH] pantheon.switchboard-plug-onlineaccounts: 8.0.1 -> 8.0.2 https://github.com/elementary/switchboard-plug-onlineaccounts/compare/8.0.1...8.0.2 --- .../apps/switchboard-plugs/onlineaccounts/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/onlineaccounts/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/onlineaccounts/default.nix index a59ed798df55..4f7f9006acc5 100644 --- a/pkgs/desktops/pantheon/apps/switchboard-plugs/onlineaccounts/default.nix +++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/onlineaccounts/default.nix @@ -17,13 +17,13 @@ stdenv.mkDerivation rec { pname = "switchboard-plug-onlineaccounts"; - version = "8.0.1"; + version = "8.0.2"; src = fetchFromGitHub { owner = "elementary"; - repo = pname; + repo = "settings-onlineaccounts"; rev = version; - sha256 = "sha256-E4UAhrs+YQ47VEHMFY8PbSFvBqhqrTf4aPezeqEjdLo="; + sha256 = "sha256-0dt4E2g1nX78s2WK2HO6P/fKjXcsR61KJSpulgsZHPI="; }; nativeBuildInputs = [ @@ -50,7 +50,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Switchboard Online Accounts Plug"; - homepage = "https://github.com/elementary/switchboard-plug-onlineaccounts"; + homepage = "https://github.com/elementary/settings-onlineaccounts"; license = licenses.gpl3Plus; platforms = platforms.linux; teams = [ teams.pantheon ];