3
0
Fork 0
forked from mirrors/nixpkgs

* Valgrind 3.6.1.

svn path=/nixpkgs/trunk/; revision=26191
This commit is contained in:
Eelco Dolstra 2011-03-07 12:37:01 +00:00
parent 8944a4110d
commit 5a437c99d6

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, perl, gdb, autoconf, automake }:
stdenv.mkDerivation rec {
name = "valgrind-3.6.0";
name = "valgrind-3.6.1";
src = fetchurl {
url = "http://valgrind.org/downloads/${name}.tar.bz2";
sha256 = "0pr8h0q909z15g2i2jrcryhqbshair42rylf3mprhyx4nm9h23xw";
sha256 = "03kaf8q49r347diryc2p1q5hxsd6hyhxikqdbydh8q7hpi7wrga9";
};
# Perl is needed for `cg_annotate'.