valgrind: Update to 3.10.0

This commit is contained in:
Eelco Dolstra 2014-09-19 14:55:39 +02:00
parent f72fdbd885
commit 9f12c8bde8

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, perl, gdb }:
stdenv.mkDerivation rec {
name = "valgrind-3.9.0";
name = "valgrind-3.10.0";
src = fetchurl {
url = "http://valgrind.org/downloads/${name}.tar.bz2";
sha256 = "1w6n5qvxy2ssbczcl1c2yd2ggjn3ipay2hvpn10laly2dfh73bz6";
sha256 = "1jgd42vsx0bcblp91bd61hd5wpy0gghh09wxgm65m666vy17y103";
};
patches = [ ./glibc-2.19.patch ];