valgrind: updating to bugfix release 3.8.1

This commit is contained in:
Lluís Batlle i Rossell 2012-11-23 15:04:21 +01:00
parent 410b72e807
commit 2880190491

View File

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