valgrind: update to 3.8.0

This commit is contained in:
Lluís Batlle i Rossell 2012-09-04 15:50:47 +02:00
parent 449230335d
commit 6cdb98a140
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, perl, gdb }: { stdenv, fetchurl, perl, gdb }:
stdenv.mkDerivation (rec { stdenv.mkDerivation (rec {
name = "valgrind-3.7.0"; name = "valgrind-3.8.0";
src = fetchurl { src = fetchurl {
url = "http://valgrind.org/downloads/${name}.tar.bz2"; url = "http://valgrind.org/downloads/${name}.tar.bz2";
sha256 = "1xnb4jiimscwriw3jd1lkk0m9x4glqpijj9jb4ngx08l1wrw0qjx"; sha256 = "1310lxmzidrbv0l3hrf45ampkf61gv2vb8msnqm684lp41gmh5px";
}; };
# Perl is needed for `cg_annotate'. # Perl is needed for `cg_annotate'.