Unverified Commit 89e2464c authored by Bobby Rong's avatar Bobby Rong
Browse files

pantheon.switchboard-plug-security-privacy: 8.0.1 -> 8.0.2

parent 8e5dced5
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -22,13 +22,13 @@

stdenv.mkDerivation rec {
  pname = "switchboard-plug-security-privacy";
  version = "8.0.1";
  version = "8.0.2";

  src = fetchFromGitHub {
    owner = "elementary";
    repo = "switchboard-plug-security-privacy";
    rev = version;
    sha256 = "sha256-k6dSiiBqqbhH7rmhpBu83LX8at/qJ4gkrg4Xc+VbkIE=";
    repo = "settings-security-privacy";
    tag = version;
    hash = "sha256-OlLeeS0b4IMCvOMyHlIRaQl11ivn4Y2+vYdXOzIlvaw=";
  };

  nativeBuildInputs = [
@@ -58,7 +58,7 @@ stdenv.mkDerivation rec {

  meta = with lib; {
    description = "Switchboard Security & Privacy Plug";
    homepage = "https://github.com/elementary/switchboard-plug-security-privacy";
    homepage = "https://github.com/elementary/settings-security-privacy";
    license = licenses.gpl3Plus;
    platforms = platforms.linux;
    teams = [ teams.pantheon ];