Unverified Commit 9aabcd17 authored by Bobby Rong's avatar Bobby Rong
Browse files

pantheon.switchboard-plug-applications: 8.1.0 -> 8.2.0

parent bea21f65
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@

stdenv.mkDerivation rec {
  pname = "switchboard-plug-applications";
  version = "8.1.0";
  version = "8.2.0";

  src = fetchFromGitHub {
    owner = "elementary";
    repo = pname;
    rev = version;
    sha256 = "sha256-jdSdzOHu1u/8N/eN6D9MjR/9K7n+rfmuBpyRSweb6lA=";
    repo = "settings-applications";
    tag = version;
    hash = "sha256-kmyAEm4MlyHfm2xC55qsFSk+aLEJMMCy7/Vi0dndaNU=";
  };

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

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