mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
linux_xanmod: 5.15.12 -> 5.15.19
This commit is contained in:
parent
b0f2ff6422
commit
7f7db2f6dd
@ -1,7 +1,7 @@
|
|||||||
{ lib, stdenv, buildLinux, fetchFromGitHub, ... } @ args:
|
{ lib, stdenv, buildLinux, fetchFromGitHub, ... } @ args:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "5.15.12";
|
version = "5.15.19";
|
||||||
release = "1";
|
release = "1";
|
||||||
suffix = "xanmod${release}-tt";
|
suffix = "xanmod${release}-tt";
|
||||||
in
|
in
|
||||||
@ -13,7 +13,7 @@ buildLinux (args // rec {
|
|||||||
owner = "xanmod";
|
owner = "xanmod";
|
||||||
repo = "linux";
|
repo = "linux";
|
||||||
rev = modDirVersion;
|
rev = modDirVersion;
|
||||||
sha256 = "sha256-XGIq0OjC9nGQ8oUIoLIBT+Nj3pjleDeKvkz2QrZWJcI=";
|
sha256 = "sha256-4DChsTFWm/9X0iV9yhWZqOz7dxfNbok7cFLKAYKs+Dw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
structuredExtraConfig = with lib.kernel; {
|
structuredExtraConfig = with lib.kernel; {
|
||||||
|
Loading…
Reference in New Issue
Block a user