Merge pull request #144632 from lovesegfault/linux_xanmod-5.14.16
linuxKernel.kernels.linux_xanmod: 5.14.15 -> 5.14.16
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{ lib, stdenv, buildLinux, fetchFromGitHub, ... } @ args:
|
{ lib, stdenv, buildLinux, fetchFromGitHub, ... } @ args:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "5.14.15";
|
version = "5.14.16";
|
||||||
release = "1";
|
release = "1";
|
||||||
suffix = "xanmod${release}-cacule";
|
suffix = "xanmod${release}-cacule";
|
||||||
in
|
in
|
||||||
@@ -13,7 +13,7 @@ buildLinux (args // rec {
|
|||||||
owner = "xanmod";
|
owner = "xanmod";
|
||||||
repo = "linux";
|
repo = "linux";
|
||||||
rev = modDirVersion;
|
rev = modDirVersion;
|
||||||
sha256 = "sha256-Z0A2D2t9rDUav4VpG3XdI13LConfWWs7PtsVfLyEQI8=";
|
sha256 = "sha256-ro7WnN0BPxW/8sajUyGTnvmbemKJEadSBcFmjZ+Wtrs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
structuredExtraConfig = with lib.kernel; {
|
structuredExtraConfig = with lib.kernel; {
|
||||||
|
|||||||
Reference in New Issue
Block a user