bazaar version bump to 1.10 (by Jan Kroeze)
svn path=/nixpkgs/trunk/; revision=13768
This commit is contained in:
parent
e6ab06e3fa
commit
b92b8242fd
1 changed files with 4 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
{stdenv, fetchurl, python, makeWrapper}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "bazaar-1.5";
|
||||
name = "bazaar-1.10rc1";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://launchpad.net/bzr/1.5/1.5/+download/bzr-1.5.tar.gz;
|
||||
sha256 = "0wacjmnil5pivkcqz3jcqfqh258yrwv33fg2p8vf45pbmr7yw0bv";
|
||||
url = http://launchpad.net/bzr/1.10/1.10rc1/+download/bzr-1.10rc1.tar.gz;
|
||||
sha256 = "dc3669e15ced93e0956c13b724f604075e0323ce07fb08f6463946c85e69bec0";
|
||||
};
|
||||
|
||||
buildInputs = [python makeWrapper];
|
||||
|
@ -24,4 +24,5 @@ stdenv.mkDerivation {
|
|||
homepage = http://bazaar-vcs.org/;
|
||||
description = "A distributed version control system that Just Works";
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue