1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 06:31:02 +00:00

linux: 4.9.72 -> 4.9.73

This commit is contained in:
Tim Steinbach 2017-12-30 15:27:16 -05:00
parent 02bc3f4e3a
commit ed39ff393d
No known key found for this signature in database
GPG key ID: 472BFCCA96BD0EDA

View file

@ -1,11 +1,11 @@
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "4.9.72";
version = "4.9.73";
extraMeta.branch = "4.9";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "0fxqfqcqn6rk6rxzmy8r3vgzvy9xlnb3hvg2rniykbcyxgqh3wk9";
sha256 = "0avfq79fn8rfjbn24wfr9pz438qvwm8vdm3si4fl4v3d7z2nb2sm";
};
} // (args.argsOverride or {}))