3
0
Fork 0
forked from mirrors/nixpkgs

linux: 4.1.30 -> 4.1.31

This commit is contained in:
Franz Pletz 2016-08-26 14:05:43 +02:00
parent 377c851395
commit 90251478ec
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "4.1.30";
version = "4.1.31";
extraMeta.branch = "4.1";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "1iljmpr3b07fwhzzxkmx0pqz6ja8cnkx4fv52glcjrp6rjpfl8lx";
sha256 = "0madbh1sdkf8gk6ns0zacygvfrpzrl1vd1a4qw8py7slg1bpk79n";
};
kernelPatches = args.kernelPatches;