linux_zen: 5.13.5 -> 5.13.7
(cherry picked from commit 6e9195f6687d05d4225521a34d1702dd9c0a4444)
This commit is contained in:
parent
16bf3980bf
commit
cb52ea7042
@ -1,7 +1,7 @@
|
|||||||
{ lib, fetchFromGitHub, buildLinux, ... } @ args:
|
{ lib, fetchFromGitHub, buildLinux, ... } @ args:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "5.13.5";
|
version = "5.13.7";
|
||||||
suffix = "zen1";
|
suffix = "zen1";
|
||||||
in
|
in
|
||||||
|
|
||||||
@ -14,11 +14,11 @@ buildLinux (args // {
|
|||||||
owner = "zen-kernel";
|
owner = "zen-kernel";
|
||||||
repo = "zen-kernel";
|
repo = "zen-kernel";
|
||||||
rev = "v${version}-${suffix}";
|
rev = "v${version}-${suffix}";
|
||||||
sha256 = "sha256-3guG482lsdcWqAJ1kY757D4EeOEpTDvy95de0bHif98=";
|
sha256 = "sha256-ZvB5Ejt9MXP4QK5cj9CGQgFJIfDV03IW5xcknCxDui0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
extraMeta = {
|
extraMeta = {
|
||||||
branch = "5.12/master";
|
branch = "5.13";
|
||||||
maintainers = with lib.maintainers; [ atemu andresilva ];
|
maintainers = with lib.maintainers; [ atemu andresilva ];
|
||||||
description = "Built using the best configuration and kernel sources for desktop, multimedia, and gaming workloads.";
|
description = "Built using the best configuration and kernel sources for desktop, multimedia, and gaming workloads.";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user