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:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user