linux_zen: 5.9.6 -> 5.9.10

This commit is contained in:
André Silva 2020-11-19 23:50:22 +00:00
parent a322b32e9d
commit 34fb8f746e
No known key found for this signature in database
GPG Key ID: 7C34FA12A023DC55

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, buildLinux, ... } @ args: { stdenv, fetchFromGitHub, buildLinux, ... } @ args:
let let
version = "5.9.6"; version = "5.9.10";
in in
buildLinux (args // { buildLinux (args // {
@ -13,7 +13,7 @@ buildLinux (args // {
owner = "zen-kernel"; owner = "zen-kernel";
repo = "zen-kernel"; repo = "zen-kernel";
rev = "v${version}-zen1"; rev = "v${version}-zen1";
sha256 = "0v8nc2zy75ij4hn8js23998spadbiid8qc9cib5d0apmzkhilqwq"; sha256 = "0836mclwr3r4hm4pn8hp21sk14avrfwiv2s8lqx3cjasgdbyi826";
}; };
extraMeta = { extraMeta = {