Merge pull request #131604 from Atemu/update/linux_zen

linux_zen: 5.12.19 -> 5.13.5
This commit is contained in:
Jörg Thalheim 2021-07-28 05:30:33 +01:00 committed by GitHub
commit 9dc65fabc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,8 @@
{ lib, fetchFromGitHub, buildLinux, ... } @ args:
let
version = "5.12.19";
suffix = "zen2";
version = "5.13.5";
suffix = "zen1";
in
buildLinux (args // {
@ -14,7 +14,7 @@ buildLinux (args // {
owner = "zen-kernel";
repo = "zen-kernel";
rev = "v${version}-${suffix}";
sha256 = "sha256-l+KIlaXoq/Nzf7mUom9DUjaAsn7UxeKGL6MbYN7mBZk=";
sha256 = "sha256-3guG482lsdcWqAJ1kY757D4EeOEpTDvy95de0bHif98=";
};
extraMeta = {