linux_xanmod: 5.12.5 -> 5.12.12
(cherry picked from commit 4fa80ae13ab707bd11074cf18d6203f15d65f613)
This commit is contained in:
parent
d62fcd1c20
commit
6fb054dda0
@ -1,21 +1,18 @@
|
|||||||
{ lib, stdenv, buildLinux, fetchFromGitHub, ... } @ args:
|
{ lib, stdenv, buildLinux, fetchFromGitHub, ... } @ args:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "5.12.5";
|
version = "5.12.12";
|
||||||
suffix = "xanmod1-cacule";
|
suffix = "xanmod1-cacule";
|
||||||
in
|
in
|
||||||
buildLinux (args // rec {
|
buildLinux (args // rec {
|
||||||
modDirVersion = "${version}-${suffix}";
|
|
||||||
inherit version;
|
inherit version;
|
||||||
|
modDirVersion = "${version}-${suffix}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "xanmod";
|
owner = "xanmod";
|
||||||
repo = "linux";
|
repo = "linux";
|
||||||
rev = modDirVersion;
|
rev = modDirVersion;
|
||||||
sha256 = "sha256-u9ebl2M8zrCNdangcUdk/78KwPCYV41PIB6YKTqCgIY=";
|
sha256 = "sha256-99gVqdYhnBx3MDTCCHbxsljmvi+DixHp19vtNwCRM/M=";
|
||||||
extraPostFetch = ''
|
|
||||||
rm $out/.config
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
|
|
||||||
extraMeta = {
|
extraMeta = {
|
||||||
@ -24,4 +21,4 @@ in
|
|||||||
description = "Built with custom settings and new features built to provide a stable, responsive and smooth desktop experience";
|
description = "Built with custom settings and new features built to provide a stable, responsive and smooth desktop experience";
|
||||||
broken = stdenv.hostPlatform.isAarch64;
|
broken = stdenv.hostPlatform.isAarch64;
|
||||||
};
|
};
|
||||||
} // (args.argsOverride or { }))
|
} // (args.argsOverride or { }))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user