Skip to content

Commit

Permalink
Merge pull request #104373 from andresilva/linux-zen-5.9.9
Browse files Browse the repository at this point in the history
linux_zen: 5.9.6 -> 5.9.10
  • Loading branch information
veprbl authored Nov 25, 2020
2 parents ce46ff5 + 34fb8f7 commit 731c548
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.9.6";
version = "5.9.10";
in

buildLinux (args // {
Expand All @@ -13,7 +13,7 @@ buildLinux (args // {
owner = "zen-kernel";
repo = "zen-kernel";
rev = "v${version}-zen1";
sha256 = "0v8nc2zy75ij4hn8js23998spadbiid8qc9cib5d0apmzkhilqwq";
sha256 = "0836mclwr3r4hm4pn8hp21sk14avrfwiv2s8lqx3cjasgdbyi826";
};

extraMeta = {
Expand Down

0 comments on commit 731c548

Please sign in to comment.