linux_zen: 5.13.10-zen1 -> 5.13.12-zen1

(cherry picked from commit 5e6958fa75696085384f60f7d10f9b4c03822565)
This commit is contained in:
Jörg Thalheim 2021-08-22 16:36:23 +02:00 committed by Atemu
parent a0a2f6b6ef
commit c07d3055ca

View File

@ -2,7 +2,7 @@
let let
# having the full version string here makes it easier to update # having the full version string here makes it easier to update
modDirVersion = "5.13.10-zen1"; modDirVersion = "5.13.12-zen1";
parts = lib.splitString "-" modDirVersion; parts = lib.splitString "-" modDirVersion;
version = lib.elemAt parts 0; version = lib.elemAt parts 0;
suffix = lib.elemAt parts 1; suffix = lib.elemAt parts 1;
@ -19,7 +19,7 @@ buildLinux (args // {
owner = "zen-kernel"; owner = "zen-kernel";
repo = "zen-kernel"; repo = "zen-kernel";
rev = "v${modDirVersion}"; rev = "v${modDirVersion}";
sha256 = "sha256-0QNRWKB7tAWZR3wuKJf+es6WqjScSKnDrMwH74o2oOA="; sha256 = "sha256-UHcQZlQ164oVMVK/Fqggoi+aTDFrLv9Tngsy/q74+Bc=";
}; };
structuredExtraConfig = with lib.kernel; { structuredExtraConfig = with lib.kernel; {