Skip to content

Commit

Permalink
system76-dkms: 1.0.13 -> 1.0.16
Browse files Browse the repository at this point in the history
The latest release adds a small compatibility fix needed for Linux 6.11.
  • Loading branch information
khumba committed Oct 17, 2024
1 parent 4f99e1d commit b1f5647
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/system76/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ lib, stdenv, fetchFromGitHub, kernel }:
let
version = "1.0.13";
sha256 = "162hhmnww8z9k0795ffs8v3f61hlfm375law156sk5l08if19a4r";
version = "1.0.16";
sha256 = "sha256-jsBLy5WDl2l8o/2ccIk1XMqOukeDX5eZ+VH5Dyo5BaA=";
in
stdenv.mkDerivation {
name = "system76-module-${version}-${kernel.version}";
Expand Down

0 comments on commit b1f5647

Please sign in to comment.