Skip to content

Commit

Permalink
Fix hash for linux 3.2.45
Browse files Browse the repository at this point in the history
  • Loading branch information
rbvermaa committed May 15, 2013
1 parent dd42dd4 commit 000fddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/kernel/linux-3.2.nix
Expand Up @@ -250,7 +250,7 @@ import ./generic.nix (

src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.0/linux-${version}.tar.xz";
sha256 = "13qli7s5i3zq76xsww05s89gm6mkvpf1fjxbka0fddzvmwzw9jav";
sha256 = "0mhq64rvzf5bll7xxffajjl7p38szbc13jsr6zh34x3qfzf3abhr";
};

config = configWithPlatform stdenv.platform;
Expand Down

0 comments on commit 000fddd

Please sign in to comment.