mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
linux-4.6: Fix copy-paste error.
Thanks to @NeQuissimus for the spot
This commit is contained in:
parent
0373eb86f1
commit
1ea263ef03
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue