linux_xanmod: 5.13.8 -> 5.13.9
This commit is contained in:
parent
d50a16f414
commit
090a158874
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.13.8";
|
version = "5.13.9";
|
||||||
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-VZ8Rbbh0FXKXrN5k1oRqGoYEXiAJjwN8GOJFVoRxE+c=";
|
sha256 = "sha256-cr5tmJVpjd9czlR1PklJccZ3wc+E1eJgQhhNooFEQ4I=";
|
||||||
};
|
};
|
||||||
|
|
||||||
structuredExtraConfig = with lib.kernel; {
|
structuredExtraConfig = with lib.kernel; {
|
||||||
|
|
Loading…
Reference in a new issue