Merge pull request #98206 from andresilva/update-linux-zen-5.8.10

linux_zen: 5.8.7 -> 5.8.10
This commit is contained in:
Mario Rodas 2020-09-18 23:35:51 -05:00 committed by GitHub
commit 562b5ddc61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, buildLinux, ... } @ args:
let
version = "5.8.7";
version = "5.8.10";
in
buildLinux (args // {
@ -12,7 +12,7 @@ buildLinux (args // {
owner = "zen-kernel";
repo = "zen-kernel";
rev = "v${version}-zen1";
sha256 = "06s7dpfxvwqfyh8qm8krcaxy98ki26cgh67k12g734bclg4bqsc5";
sha256 = "1mm4x2amnpwixvi7q8pj9my75b08ps2mafgz4j2iszpylkdzi53d";
};
extraMeta = {