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

https://github.com/elementary/switchboard-plug-onlineaccounts/compare/8.0.1...8.0.2
This commit is contained in:
Bobby Rong
2025-06-02 23:50:07 +08:00
parent 96ec055edb
commit a5594bd8d2
@@ -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 ];