summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-13 11:20:46 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-13 17:33:58 +0100
commitaf7162b7a38b571812138eb3e2613afb06106e29 (patch)
tree4b3a6ce6396f61e49694c01f324a2f2965ddec20 /pkgs
parent847544d89536dbca6e33636ac59b9163eaa0af99 (diff)
downloadnixpkgs-af7162b7a38b571812138eb3e2613afb06106e29.tar
nixpkgs-af7162b7a38b571812138eb3e2613afb06106e29.tar.gz
nixpkgs-af7162b7a38b571812138eb3e2613afb06106e29.tar.bz2
nixpkgs-af7162b7a38b571812138eb3e2613afb06106e29.tar.lz
nixpkgs-af7162b7a38b571812138eb3e2613afb06106e29.tar.xz
nixpkgs-af7162b7a38b571812138eb3e2613afb06106e29.tar.zst
nixpkgs-af7162b7a38b571812138eb3e2613afb06106e29.zip
linux: Update to 3.4.69
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-3.4.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-3.4.nix b/pkgs/os-specific/linux/kernel/linux-3.4.nix
index 5b0fa29d152..e6f801d67e2 100644
--- a/pkgs/os-specific/linux/kernel/linux-3.4.nix
+++ b/pkgs/os-specific/linux/kernel/linux-3.4.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, ... } @ args:
 
 import ./generic.nix (args // rec {
-  version = "3.4.68";
+  version = "3.4.69";
 
   src = fetchurl {
     url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
-    sha256 = "0z1gbz13px37ny7652cy1s5az5g6yh3bnz4zayab72rzmhgbpsyh";
+    sha256 = "0kwln802cxv8dg45r5kw8fi4npjczg5xf98hx7i9xwa33f57iv7g";
   };
 
   features.iwlwifi = true;