From 6d3fb291563a63650cfc4acfe46cd62509d5f453 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Tue, 3 Feb 2026 23:39:48 +0800 Subject: [PATCH] pantheon.switchboard-plug-sharing: 8.0.2 -> 8.0.3 https://github.com/elementary/switchboard-plug-sharing/compare/8.0.2...8.0.3 --- .../apps/switchboard-plugs/sharing/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/sharing/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/sharing/default.nix index 9fa77dbc8839..6d41f349a3c5 100644 --- a/pkgs/desktops/pantheon/apps/switchboard-plugs/sharing/default.nix +++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/sharing/default.nix @@ -17,13 +17,13 @@ stdenv.mkDerivation rec { pname = "switchboard-plug-sharing"; - version = "8.0.2"; + version = "8.0.3"; src = fetchFromGitHub { owner = "elementary"; - repo = "switchboard-plug-sharing"; - rev = version; - hash = "sha256-XTgUHgvBSzZeuUup0gT6sbhyT4FGGG7o+qbPmfeRVQE="; + repo = "settings-sharing"; + tag = version; + hash = "sha256-TNLnSFvjJFUfDkhYSKgqgpmpZggIw3LcBqmkXIzZ3nk="; }; nativeBuildInputs = [ @@ -48,7 +48,7 @@ stdenv.mkDerivation rec { meta = { description = "Switchboard Sharing Plug"; - homepage = "https://github.com/elementary/switchboard-plug-sharing"; + homepage = "https://github.com/elementary/settings-sharing"; license = lib.licenses.gpl3Plus; platforms = lib.platforms.linux; teams = [ lib.teams.pantheon ];