Merge pull request #132092 from lovesegfault/linux_xanmod-5.13.6
linux_xanmod: 5.13.5 -> 5.13.7
This commit is contained in:
commit
57ad08a006
1 changed files with 4 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
|||
{ lib, stdenv, buildLinux, fetchFromGitHub, ... } @ args:
|
||||
|
||||
let
|
||||
version = "5.13.5";
|
||||
suffix = "xanmod1-cacule";
|
||||
version = "5.13.7";
|
||||
release = "1";
|
||||
suffix = "xanmod${release}-cacule";
|
||||
in
|
||||
buildLinux (args // rec {
|
||||
inherit version;
|
||||
|
@ -12,7 +13,7 @@ buildLinux (args // rec {
|
|||
owner = "xanmod";
|
||||
repo = "linux";
|
||||
rev = modDirVersion;
|
||||
sha256 = "sha256-Vhshu3mNkQ58TEOUBOuF7jLBlablxg/BioUyd96lI5g=";
|
||||
sha256 = "sha256-6SppDriZWzLu6Qye1e6ciiE+Ro63vDyabxfgWS/PTSo=";
|
||||
};
|
||||
|
||||
structuredExtraConfig = with lib.kernel; {
|
||||
|
|
Loading…
Reference in a new issue