Unverified Commit 4809503a authored by Bobby Rong's avatar Bobby Rong
Browse files

pantheon.switchboard-plug-power: 8.0.1 -> 8.1.0

parent 6a08e6bb
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -22,13 +22,13 @@

stdenv.mkDerivation rec {
  pname = "switchboard-plug-power";
  version = "8.0.1";
  version = "8.1.0";

  src = fetchFromGitHub {
    owner = "elementary";
    repo = "switchboard-plug-power";
    rev = version;
    sha256 = "sha256-GKZouuWdWl1JDCmzPImeW/hStyFQA6NOAFFmAhiiFe8=";
    repo = "settings-power";
    tag = version;
    hash = "sha256-JfOLGDS2/Qa6RmEfiDBZfeT+dM4NN4N2NoXRNJ4Q+Es=";
  };

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

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