Skip to content

Commit

Permalink
linux_zen: 5.8.1 -> 5.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Atemu committed Sep 5, 2020
1 parent c59ea8b commit a133475
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-zen.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, buildLinux, ... } @ args:

let
version = "5.8.1";
version = "5.8.7";
in

buildLinux (args // {
Expand All @@ -12,7 +12,7 @@ buildLinux (args // {
owner = "zen-kernel";
repo = "zen-kernel";
rev = "v${version}-zen1";
sha256 = "122q09d0sybi9lqlaxpq6ffc0ha9127bg3wzjync256lbj5394b7";
sha256 = "06s7dpfxvwqfyh8qm8krcaxy98ki26cgh67k12g734bclg4bqsc5";
};

extraMeta = {
Expand Down

0 comments on commit a133475

Please sign in to comment.