3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #97038 from Atemu/update/linux_zen

linux_zen: 5.8.1 -> 5.8.7
This commit is contained in:
Michael Raskin 2020-09-06 11:45:48 +00:00 committed by GitHub
commit 2e4f8eb79a
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.1";
version = "5.8.7";
in
buildLinux (args // {
@ -12,7 +12,7 @@ buildLinux (args // {
owner = "zen-kernel";
repo = "zen-kernel";
rev = "v${version}-zen1";
sha256 = "122q09d0sybi9lqlaxpq6ffc0ha9127bg3wzjync256lbj5394b7";
sha256 = "06s7dpfxvwqfyh8qm8krcaxy98ki26cgh67k12g734bclg4bqsc5";
};
extraMeta = {