Merge pull request #104373 from andresilva/linux-zen-5.9.9

linux_zen: 5.9.6 -> 5.9.10
This commit is contained in:
Dmitry Kalinkin 2020-11-24 21:43:57 -05:00 committed by GitHub
commit 731c548629
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.9.6";
version = "5.9.10";
in
buildLinux (args // {
@ -13,7 +13,7 @@ buildLinux (args // {
owner = "zen-kernel";
repo = "zen-kernel";
rev = "v${version}-zen1";
sha256 = "0v8nc2zy75ij4hn8js23998spadbiid8qc9cib5d0apmzkhilqwq";
sha256 = "0836mclwr3r4hm4pn8hp21sk14avrfwiv2s8lqx3cjasgdbyi826";
};
extraMeta = {