From aec666f1a0677320130546595d13d1c1511b6812 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 28 May 2025 20:48:44 +0000 Subject: [PATCH] pantheon.switchboard-plug-display: 8.0.1 -> 8.0.2 https://github.com/elementary/settings-display/compare/8.0.1...8.0.2 --- .../pantheon/apps/switchboard-plugs/display/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/display/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/display/default.nix index b78680e13db1..cc6a555872ce 100644 --- a/pkgs/desktops/pantheon/apps/switchboard-plugs/display/default.nix +++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/display/default.nix @@ -18,13 +18,13 @@ stdenv.mkDerivation rec { pname = "switchboard-plug-display"; - version = "8.0.1"; + version = "8.0.2"; src = fetchFromGitHub { owner = "elementary"; - repo = pname; + repo = "settings-display"; rev = version; - sha256 = "sha256-uSEixgakYmh+rheDVF9kYs43C+vjfzuz1SNfwV3+RIU="; + sha256 = "sha256-/qWNs72x9Y2m+QOu5jLjtbIXjZhf6AGtLdpRpdED+AE="; }; nativeBuildInputs = [ @@ -50,7 +50,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Switchboard Displays Plug"; - homepage = "https://github.com/elementary/switchboard-plug-display"; + homepage = "https://github.com/elementary/settings-display"; license = licenses.gpl3Plus; platforms = platforms.linux; teams = [ teams.pantheon ];