3
0
Fork 0
forked from mirrors/nixpkgs

linux: 4.4.72 -> 4.4.73

This commit is contained in:
Franz Pletz 2017-06-17 16:46:53 +02:00
parent c973a4a887
commit a470aa0924
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.4.72";
version = "4.4.73";
extraMeta.branch = "4.4";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "1s7d6mw4vjsjwdyxbj0p04yq1nsxs3b0b7bi04ilcn2zhldv8cs1";
sha256 = "1dj4gpv01si4wiihm8wijkhx0l6ashvydniqrbpq78sby6sn5180";
};
kernelPatches = args.kernelPatches;