nixpkgs: lockdep 3.17 -> 3.19.1

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2015-03-17 19:45:46 -05:00
parent 075c1886a3
commit 1840694a84

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
name = "lockdep-${version}";
version = "3.17";
fullver = "3.17.0"; # The library ver is 3.17.0, but the kernel is 3.17
version = "3.19.1";
fullver = "3.19.1";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
sha256 = "0lb2yyh3j932789jq4gxx9xshgy6rfdnl3lm8yr43kaz7k4kw5gm";
sha256 = "0qx7vxmlcwr4nvzf4wq0da7xwzqw4b67h9a5rfpxgg9mayk3czvi";
};
preConfigure = "cd tools/lib/lockdep";