Skip to content

Commit

Permalink
linux_3_12: fix hash
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Nov 7, 2014
1 parent 183c297 commit a0696b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/kernel/linux-3.12.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import ./generic.nix (args // rec {

src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
sha256 = "1zqh7fza318yv04qssw9lkcxpw590vrigbdrswcr885iwk561cb8";
sha256 = "1hzws2bf267hfk81ywqcxspkyi1lg56x63izdc0pv1338xcfas53";
};

features.iwlwifi = true;
Expand Down

0 comments on commit a0696b4

Please sign in to comment.