mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
system76-dkms: 1.0.13 -> 1.0.16 (#349177)
This commit is contained in:
commit
990f185651
@ -1,7 +1,7 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, kernel }:
|
{ lib, stdenv, fetchFromGitHub, kernel }:
|
||||||
let
|
let
|
||||||
version = "1.0.13";
|
version = "1.0.16";
|
||||||
sha256 = "162hhmnww8z9k0795ffs8v3f61hlfm375law156sk5l08if19a4r";
|
hash = "sha256-jsBLy5WDl2l8o/2ccIk1XMqOukeDX5eZ+VH5Dyo5BaA=";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "system76-module-${version}-${kernel.version}";
|
name = "system76-module-${version}-${kernel.version}";
|
||||||
@ -12,7 +12,7 @@ stdenv.mkDerivation {
|
|||||||
owner = "pop-os";
|
owner = "pop-os";
|
||||||
repo = "system76-dkms";
|
repo = "system76-dkms";
|
||||||
rev = version;
|
rev = version;
|
||||||
inherit sha256;
|
inherit hash;
|
||||||
};
|
};
|
||||||
|
|
||||||
hardeningDisable = [ "pic" ];
|
hardeningDisable = [ "pic" ];
|
||||||
@ -29,11 +29,10 @@ stdenv.mkDerivation {
|
|||||||
mv lib/udev/hwdb.d/* $out/lib/udev/hwdb.d
|
mv lib/udev/hwdb.d/* $out/lib/udev/hwdb.d
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
maintainers = [ maintainers.khumba ];
|
maintainers = [ lib.maintainers.khumba ];
|
||||||
license = [ licenses.gpl2Plus ];
|
license = [ lib.licenses.gpl2Plus ];
|
||||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||||
broken = versionOlder kernel.version "4.14";
|
|
||||||
description = "System76 DKMS driver";
|
description = "System76 DKMS driver";
|
||||||
homepage = "https://github.com/pop-os/system76-dkms";
|
homepage = "https://github.com/pop-os/system76-dkms";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user