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