Update BzrTools together with Bazaar

svn path=/nixpkgs/trunk/; revision=23157
This commit is contained in:
Michael Raskin 2010-08-12 19:59:30 +00:00
parent c4fb841955
commit 6c4b96434e

View File

@ -5,9 +5,10 @@ if ! bazaar.python.readlineSupport then
else else
rec { rec {
version = "2.2.0";
src = fetchurl { src = fetchurl {
url = http://launchpad.net/bzrtools/stable/1.5.0/+download/bzrtools-1.5.0.tar.gz; url = "http://launchpad.net/bzrtools/stable/${version}/+download/bzrtools-${version}.tar.gz";
sha256 = "0lm4qhsjy3k8zp9hcahlf37v69w6lhhz2x3hjskgm3rk6b0bngjz"; sha256 = "835e0dc2b3b798d3c88b960bf719fe3b4cec7ae241908aafeb6aafe4c83f591b";
}; };
buildInputs = []; buildInputs = [];
@ -16,7 +17,7 @@ rec {
/* doConfigure should be specified separately */ /* doConfigure should be specified separately */
phaseNames = [(simplyShare "bzrtools")]; phaseNames = [(simplyShare "bzrtools")];
name = "bzr-tools-1.5"; name = "bzr-tools-${version}";
meta = { meta = {
description = "Bazaar plugins."; description = "Bazaar plugins.";
}; };