Commit e9eca9b6 authored by Aaron Honeycutt's avatar Aaron Honeycutt Committed by Alyssa Ross
Browse files

system76-power: 1.2.1 -> 1.2.2

parent 9d17773f
Loading
Loading
Loading
Loading
+301 −274

File changed.

Preview size limit exceeded, changes collapsed.

+6 −6
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

rustPlatform.buildRustPackage rec {
  pname = "system76-power";
  version = "1.2.1";
  version = "1.2.2";

  src = fetchFromGitHub {
    owner = "pop-os";
    repo = "system76-power";
    rev = version;
    sha256 = "sha256-kYDrSfpOuRigDX792w3hATXoxX6PWpYWXkxw9Q28P5s=";
    hash = "sha256-Ju4xIWOf6m8z1fUSbzafKkyt9XXT8q1/8RukrhtswsE=";
  };

  nativeBuildInputs = [ pkg-config ];
@@ -27,12 +27,12 @@ rustPlatform.buildRustPackage rec {
    install -D -m 0644 data/com.system76.PowerDaemon.xml $out/share/dbus-1/interfaces/com.system76.PowerDaemon.xml
  '';

  meta = with lib; {
  meta = {
    description = "System76 Power Management";
    mainProgram = "system76-power";
    homepage = "https://github.com/pop-os/system76-power";
    license = licenses.gpl3Plus;
    platforms = [ "i686-linux" "x86_64-linux" ];
    maintainers = [ maintainers.smonson ];
    license = lib.licenses.gpl3Plus;
    platforms = [ "i686-linux" "x86_64-linux" "aarch64-linux" ];
    maintainers = with lib.maintainers; [ smonson ahoneybun ];
  };
}