Monotone update: 1.0 release is out
svn path=/nixpkgs/trunk/; revision=26587
This commit is contained in:
parent
497fc7bb94
commit
b89d88cb22
@ -2,7 +2,7 @@
|
|||||||
, lua, pcre, sqlite, perl, pkgconfig }:
|
, lua, pcre, sqlite, perl, pkgconfig }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "0.99.1";
|
version = "1.0";
|
||||||
perlVersion = (builtins.parseDrvName perl.name).version;
|
perlVersion = (builtins.parseDrvName perl.name).version;
|
||||||
in
|
in
|
||||||
|
|
||||||
@ -12,8 +12,8 @@ stdenv.mkDerivation rec {
|
|||||||
name = "monotone-${version}";
|
name = "monotone-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://monotone.ca/downloads/${version}/monotone-${version}.tar.gz";
|
url = "http://monotone.ca/downloads/${version}/monotone-${version}.tar.bz2";
|
||||||
sha256 = "189h5f6gqd4ng0qmzi3xwnj17nnpxm2vzras216ar6b5yc9bnki0";
|
sha256 = "5c530bc4652b2c08b5291659f0c130618a14780f075f981e947952dcaefc31dc";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [boost zlib botan libidn lua pcre sqlite pkgconfig];
|
buildInputs = [boost zlib botan libidn lua pcre sqlite pkgconfig];
|
||||||
|
Loading…
Reference in New Issue
Block a user