bazaarTools: update from 2.2.0 to 2.5

This commit is contained in:
Nixpkgs Monitor 2013-12-18 14:21:11 +02:00 committed by Evgeny Egorochkin
parent be11410d4a
commit 296e2d5207

View file

@ -1,10 +1,10 @@
args : with args;
rec {
version = "2.2.0";
version = "2.5";
src = fetchurl {
url = "http://launchpad.net/bzrtools/stable/${version}/+download/bzrtools-${version}.tar.gz";
sha256 = "835e0dc2b3b798d3c88b960bf719fe3b4cec7ae241908aafeb6aafe4c83f591b";
sha256 = "0gzh63vl9006cpklszwmsymrq5ddxxrnxwbv5bwi740jlvxzdkxw";
};
buildInputs = [];