Update XNeur

svn path=/nixpkgs/trunk/; revision=20804
This commit is contained in:
Michael Raskin 2010-03-24 07:25:33 +00:00
parent 37cba95518
commit 7a57a42ee6
2 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
rec { rec {
version="0.9.6"; version="0.9.8";
name="xneur-0.9.6"; name="xneur-0.9.8";
hash="0xxyj2w5ckk2pnqsx853zgs6s2lq1cb101px472rccpixcbdfs47"; hash="11xpw5vj4yccyq54jnx63kv6lkxa3fqr3kjncmgdc8xqk1pa7jmd";
url="http://dists.xneur.ru/release-${version}/tgz/xneur-${version}.tar.bz2"; url="http://dists.xneur.ru/release-${version}/tgz/xneur-${version}.tar.bz2";
advertisedUrl="http://dists.xneur.ru/release-0.9.6/tgz/xneur-0.9.6.tar.bz2"; advertisedUrl="http://dists.xneur.ru/release-0.9.8/tgz/xneur-0.9.8.tar.bz2";
} }

View File

@ -1,5 +1,5 @@
{ {
downloadPage = "http://xneur.ru/wiki/Downloads"; downloadPage = "http://xneur.ru/downloads";
baseName = "xneur"; baseName = "xneur";
versionReferenceCreator = "$(replaceAllVersionOccurences)"; versionReferenceCreator = "$(replaceAllVersionOccurences)";
} }