mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
system76-dkms: 1.0.13 -> 1.0.16
The latest release adds a small compatibility fix needed for Linux 6.11.
This commit is contained in:
parent
ccd7e10e00
commit
fdaa4fc5a8
@ -1,7 +1,7 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, kernel }:
|
{ lib, stdenv, fetchFromGitHub, kernel }:
|
||||||
let
|
let
|
||||||
version = "1.0.13";
|
version = "1.0.16";
|
||||||
sha256 = "162hhmnww8z9k0795ffs8v3f61hlfm375law156sk5l08if19a4r";
|
sha256 = "sha256-jsBLy5WDl2l8o/2ccIk1XMqOukeDX5eZ+VH5Dyo5BaA=";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "system76-module-${version}-${kernel.version}";
|
name = "system76-module-${version}-${kernel.version}";
|
||||||
|
Loading…
Reference in New Issue
Block a user