linux-4.6: Fix copy-paste error.
Thanks to @NeQuissimus for the spot
This commit is contained in:
parent
0373eb86f1
commit
1ea263ef03
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user