linux_zen: 5.8.1 -> 5.8.7

This commit is contained in:
Atemu 2020-08-27 11:35:14 +02:00
parent c59ea8b8a0
commit a133475d03

View File

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