linux-4.6: Fix copy-paste error.

Thanks to @NeQuissimus for the spot
This commit is contained in:
Shea Levy 2016-05-16 13:53:23 -04:00
parent 0373eb86f1
commit 1ea263ef03

View file

@ -3,7 +3,7 @@
import ./generic.nix (args // rec {
version = "4.6";
modDirVersion = "4.6.0";
extraMeta.branch = "4.5";
extraMeta.branch = "4.6";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";