Merging from trunk
svn path=/nixpkgs/branches/stdenv-updates/; revision=24804
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, perl, gdb, autoconf, automake }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "valgrind-3.5.0";
|
||||
name = "valgrind-3.6.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://valgrind.org/downloads/${name}.tar.bz2";
|
||||
sha256 = "105s4y6h5rsfvml1dfhsjvqgsxvnclbnxbpgk8b4ghpbpcr52fkl";
|
||||
sha256 = "0pr8h0q909z15g2i2jrcryhqbshair42rylf3mprhyx4nm9h23xw";
|
||||
};
|
||||
|
||||
# Make Valgrind compile with Glibc 2.12.
|
||||
|
||||
Reference in New Issue
Block a user