linuxPackages.system76-acpi: 1.0.1 -> 1.0.2

+3 -3
+3 -3
pkgs/os-specific/linux/system76-acpi/default.nix
··· 1 { lib, stdenv, fetchFromGitHub, kernel }: 2 let 3 - version = "1.0.1"; 4 - sha256 = "0jmm9h607f7k20yassm6af9mh5l00yih5248wwv4i05bd68yw3p5"; 5 in 6 stdenv.mkDerivation { 7 name = "system76-acpi-module-${version}-${kernel.version}"; ··· 33 maintainers = [ maintainers.khumba ]; 34 license = [ licenses.gpl2Only ]; 35 platforms = [ "i686-linux" "x86_64-linux" ]; 36 - broken = versionOlder kernel.version "4.14"; 37 description = "System76 ACPI Driver (DKMS)"; 38 homepage = "https://github.com/pop-os/system76-acpi-dkms"; 39 longDescription = ''
··· 1 { lib, stdenv, fetchFromGitHub, kernel }: 2 let 3 + version = "1.0.2"; 4 + sha256 = "1i7zjn5cdv9h00fgjg46b8yrz4d3dqvfr25g3f13967ycy58m48h"; 5 in 6 stdenv.mkDerivation { 7 name = "system76-acpi-module-${version}-${kernel.version}"; ··· 33 maintainers = [ maintainers.khumba ]; 34 license = [ licenses.gpl2Only ]; 35 platforms = [ "i686-linux" "x86_64-linux" ]; 36 + broken = kernel.kernelOlder "5.2"; 37 description = "System76 ACPI Driver (DKMS)"; 38 homepage = "https://github.com/pop-os/system76-acpi-dkms"; 39 longDescription = ''