Skip to content

Commit

Permalink
Merge pull request #20 from bluescreen303/master
Browse files Browse the repository at this point in the history
linux kernel: 3.4.2 -> 3.4.4
  • Loading branch information
rbvermaa committed Jun 25, 2012
2 parents 6a1d450 + f97a277 commit 0452882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-3.4.nix
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ in
import ./generic.nix (

rec {
version = "3.4.2";
version = "3.4.4";
testing = false;

preConfigure = ''
Expand All @@ -245,7 +245,7 @@ import ./generic.nix (

src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/${if testing then "testing/" else ""}linux-${version}.tar.xz";
sha256 = "0pd96g1qcp2wgdnvk79hljjrpr6xjk0159lks47n181a3yirzf4x";
sha256 = "0l4h7amhsmgpnii8rgwi32nd7ajsifk2xckjd39pfzwdifacw5yw";
};

config = configWithPlatform stdenv.platform;
Expand Down

0 comments on commit 0452882

Please sign in to comment.