tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
linuxPackages.system76-acpi: 1.0.1 -> 1.0.2
Alyssa Ross
4 years ago
382d842d
6e75f7c8
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
system76-acpi
default.nix
+3
-3
pkgs/os-specific/linux/system76-acpi/default.nix
···
1
1
{ lib, stdenv, fetchFromGitHub, kernel }:
2
2
let
3
3
-
version = "1.0.1";
4
4
-
sha256 = "0jmm9h607f7k20yassm6af9mh5l00yih5248wwv4i05bd68yw3p5";
3
3
+
version = "1.0.2";
4
4
+
sha256 = "1i7zjn5cdv9h00fgjg46b8yrz4d3dqvfr25g3f13967ycy58m48h";
5
5
in
6
6
stdenv.mkDerivation {
7
7
name = "system76-acpi-module-${version}-${kernel.version}";
···
33
33
maintainers = [ maintainers.khumba ];
34
34
license = [ licenses.gpl2Only ];
35
35
platforms = [ "i686-linux" "x86_64-linux" ];
36
36
-
broken = versionOlder kernel.version "4.14";
36
36
+
broken = kernel.kernelOlder "5.2";
37
37
description = "System76 ACPI Driver (DKMS)";
38
38
homepage = "https://github.com/pop-os/system76-acpi-dkms";
39
39
longDescription = ''