From 1ea263ef03fd03b8e3a9cd57b8babe9735d9c77a Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Mon, 16 May 2016 13:53:23 -0400 Subject: [PATCH] linux-4.6: Fix copy-paste error. Thanks to @NeQuissimus for the spot --- pkgs/os-specific/linux/kernel/linux-4.6.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/os-specific/linux/kernel/linux-4.6.nix b/pkgs/os-specific/linux/kernel/linux-4.6.nix index 4527c8a56fd0..0a85af58473a 100644 --- a/pkgs/os-specific/linux/kernel/linux-4.6.nix +++ b/pkgs/os-specific/linux/kernel/linux-4.6.nix @@ -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";