Unverified Commit aec666f1 authored by R. RyanTM's avatar R. RyanTM Committed by Bobby Rong
Browse files

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

parent 6ed432a9
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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 ];