Update veracity

svn path=/nixpkgs/trunk/; revision=26414
This commit is contained in:
Michael Raskin 2011-03-18 08:25:02 +00:00
parent 4c8bf75b30
commit 975f93ffc9
2 changed files with 5 additions and 5 deletions

View File

@ -27,7 +27,7 @@ rec {
sed -e "s@/bin/bash@${a.stdenv.shell}@" -i $(find .. -type f)
mkdir pseudo-home
export HOME=$PWD/pseudo-home
echo make test
make test || true
'' ["doMake" "minInit"];
prepare_sgneeds = a.fullDepEntry (''

View File

@ -1,9 +1,9 @@
rec {
version="0.5.7.10397";
name="veracity-0.5.7.10397";
hash="09w1qj4wklaf7mw0vavzyqpagcd0cwqppdl8vaqqi0irddgivnq8";
version="0.7.0.10414";
name="veracity-0.7.0.10414";
hash="0kaqh2d1zh2vskwz9fw2yrx396knhbjq63h4r72y7cc2izgly21j";
url="http://download-us.sourcegear.com/Veracity/nightly/veracity-source-${version}.tar.gz";
advertisedUrl="http://download-us.sourcegear.com/Veracity/nightly/veracity-source-0.5.7.10397.tar.gz";
advertisedUrl="http://download-us.sourcegear.com/Veracity/nightly/veracity-source-0.7.0.10414.tar.gz";
}