summary refs log tree commit diff
path: root/pkgs/os-specific/linux
diff options
context:
space:
mode:
authorEvgeny Egorochkin <phreedom@yandex.ru>2014-02-14 16:56:34 +0200
committerEvgeny Egorochkin <phreedom@yandex.ru>2014-02-14 16:56:38 +0200
commitfc213ccfa8e922be80d5bb3cfcb57c454bd9a7e6 (patch)
treea0a64083695bde318082fadc8d0faea612fed8fb /pkgs/os-specific/linux
parent699509db149744d1da09a868a6d1ae4a46f4fe3d (diff)
downloadnixlib-fc213ccfa8e922be80d5bb3cfcb57c454bd9a7e6.tar
nixlib-fc213ccfa8e922be80d5bb3cfcb57c454bd9a7e6.tar.gz
nixlib-fc213ccfa8e922be80d5bb3cfcb57c454bd9a7e6.tar.bz2
nixlib-fc213ccfa8e922be80d5bb3cfcb57c454bd9a7e6.tar.lz
nixlib-fc213ccfa8e922be80d5bb3cfcb57c454bd9a7e6.tar.xz
nixlib-fc213ccfa8e922be80d5bb3cfcb57c454bd9a7e6.tar.zst
nixlib-fc213ccfa8e922be80d5bb3cfcb57c454bd9a7e6.zip
linux_3_13: update from 3.13.2 to 3.13.3
Diffstat (limited to 'pkgs/os-specific/linux')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-3.13.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-3.13.nix b/pkgs/os-specific/linux/kernel/linux-3.13.nix
index da9f5583d82e..24f10ecb478f 100644
--- a/pkgs/os-specific/linux/kernel/linux-3.13.nix
+++ b/pkgs/os-specific/linux/kernel/linux-3.13.nix
@@ -1,12 +1,12 @@
 { stdenv, fetchurl, ... } @ args:
 
 import ./generic.nix (args // rec {
-  version = "3.13.2";
+  version = "3.13.3";
   extraMeta.branch = "3.13";
 
   src = fetchurl {
     url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
-    sha256 = "1bvxcdzjff514zwk18b9dfkhhk12fjjbb4a1saynqnisdn7b78dl";
+    sha256 = "0x277h0ccdjivi16w20aj59ncazr7zs07zprazm0ph4qyffv0r4g";
   };
 
   features.iwlwifi = true;