summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2012-07-16 20:26:27 -0400
committerShea Levy <shea@shealevy.com>2012-07-16 20:26:27 -0400
commitd04cbc85cf2d3754a9f6cfcc924f77ff4d2642e6 (patch)
tree4fac44bb63ea593e02b0fce85e61b2c076178b86 /pkgs/os-specific
parentbe4a92ad331a63b7d105510d4c7d700ab7e6ebff (diff)
downloadnixlib-d04cbc85cf2d3754a9f6cfcc924f77ff4d2642e6.tar
nixlib-d04cbc85cf2d3754a9f6cfcc924f77ff4d2642e6.tar.gz
nixlib-d04cbc85cf2d3754a9f6cfcc924f77ff4d2642e6.tar.bz2
nixlib-d04cbc85cf2d3754a9f6cfcc924f77ff4d2642e6.tar.lz
nixlib-d04cbc85cf2d3754a9f6cfcc924f77ff4d2642e6.tar.xz
nixlib-d04cbc85cf2d3754a9f6cfcc924f77ff4d2642e6.tar.zst
nixlib-d04cbc85cf2d3754a9f6cfcc924f77ff4d2642e6.zip
linux-3.4: Update to 3.4.5
Diffstat (limited to 'pkgs/os-specific')
-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 e1df11ba4f4d..5cbde5651538 100644
--- a/pkgs/os-specific/linux/kernel/linux-3.4.nix
+++ b/pkgs/os-specific/linux/kernel/linux-3.4.nix
@@ -239,7 +239,7 @@ in
 import ./generic.nix (
 
   rec {
-    version = "3.4.4";
+    version = "3.4.5";
     testing = false;
 
     preConfigure = ''
@@ -248,7 +248,7 @@ import ./generic.nix (
 
     src = fetchurl {
       url = "mirror://kernel/linux/kernel/v3.x/${if testing then "testing/" else ""}linux-${version}.tar.xz";
-      sha256 = "0l4h7amhsmgpnii8rgwi32nd7ajsifk2xckjd39pfzwdifacw5yw";
+      sha256 = "17m58d2mc2mgr49hlwhic03s0z1mjyp7lhfvfmpqi3qszrz3xij3";
     };
 
     config = configWithPlatform stdenv.platform;