Commit f1a2bd15 authored by Michael Raskin's avatar Michael Raskin
Browse files

Update monotone

svn path=/nixpkgs/trunk/; revision=22270
parent 02adc948
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@
  lua, pcre, sqlite, perl, lib}:

let 
  version = "0.47";
  version = "0.48";
in stdenv.mkDerivation rec {
  name = "monotone-${version}";
  inherit perl;
  src = fetchurl {
    url = "http://monotone.ca/downloads/${version}/monotone-${version}.tar.gz";
    sha256 = "7a99f1a5e4eb2bb7bf82794ab7fc61435fbc55826b710243243c52f7b10be51b";
    sha256 = "3149abf0e4433a0e14c5da805a04dbbc45b16086bc267d473b17e933407d839d";
  };
  buildInputs = [boost zlib botan libidn lua pcre sqlite];
  preConfigure = ''