Skip to content

Commit

Permalink
linux: 4.1.35 -> 4.1.36
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Dec 2, 2016
1 parent 85ecde8 commit 5afc6b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-4.1.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:

import ./generic.nix (args // rec {
version = "4.1.35";
version = "4.1.36";
extraMeta.branch = "4.1";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "0jn09hs91d5fi6615v9fnbpggyh1x192q6faggpbb90q110g0jjl";
sha256 = "140my5r39w795gsaglqxaw97hwpy8qf95c6hy2cr7a122bgnslp1";
};

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit 5afc6b5

Please sign in to comment.