Skip to content

Commit

Permalink
linux: Update to 3.2.23
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Jul 14, 2012
1 parent 8ff20e5 commit dc5ba23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-3.2.nix
Expand Up @@ -237,7 +237,7 @@ in
import ./generic.nix (

rec {
version = "3.2.22";
version = "3.2.23";
testing = false;

modDirVersion = version;
Expand All @@ -248,7 +248,7 @@ import ./generic.nix (

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

config = configWithPlatform stdenv.platform;
Expand Down

0 comments on commit dc5ba23

Please sign in to comment.