pantheon.switchboard-plug-display: 8.0.1 -> 8.0.2 (#411897)

This commit is contained in:
Bobby Rong
2025-05-31 23:57:29 +08:00
committed by GitHub
@@ -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 ];