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

https://github.com/elementary/switchboard-plug-power/compare/8.0.1...8.1.0
This commit is contained in:
Bobby Rong
2025-10-30 22:34:59 +08:00
parent 6a08e6bb4e
commit 4809503a01
@@ -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 ];