3
0
Fork 0
forked from mirrors/nixpkgs

* Valgrind 3.3.1.

svn path=/nixpkgs/trunk/; revision=12071
This commit is contained in:
Eelco Dolstra 2008-06-13 09:27:02 +00:00
parent 4bc2a91eed
commit 5a66790cce

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, perl, gdb }:
stdenv.mkDerivation {
name = "valgrind-3.3.0";
name = "valgrind-3.3.1";
src = fetchurl {
url = http://valgrind.org/downloads/valgrind-3.3.0.tar.bz2;
sha256 = "0yllx5a2f5bx18gqz74aikr27zxwpblswn65lqvm9rbzswlq5w2s";
url = http://valgrind.org/downloads/valgrind-3.3.1.tar.bz2;
sha256 = "1ymai2xr3c7132vzkngrshlcsrs1qagfd4vwccr96ixx2pcb9dwm";
};
patches = [ ./callgrind_annotate.patch ];