mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-22 17:31:04 +03:00
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:
commit
b9e552bdda
1 changed files with 2 additions and 2 deletions
|
@ -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; {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue