3
0
Fork 0
forked from mirrors/nixpkgs

linux: 4.4.75 -> 4.4.76

This commit is contained in:
Tim Steinbach 2017-07-05 12:54:56 -04:00
parent 05bd289ff8
commit a04afd1594
No known key found for this signature in database
GPG key ID: 472BFCCA96BD0EDA

View file

@ -1,12 +1,12 @@
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "4.4.75";
version = "4.4.76";
extraMeta.branch = "4.4";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "0l3rklx1957czsddg3jb5xw5rvw8bf58s4yrkswikphv7j5crzjg";
sha256 = "180mngyar7ky2aiaszmgfqpfvwi0kxcym8j3ifflzggwqjkgrrki";
};
kernelPatches = args.kernelPatches;