mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
Montone update
svn path=/nixpkgs/trunk/; revision=19512
This commit is contained in:
parent
53abbeb8e7
commit
cfcadb5967
@ -2,13 +2,13 @@
|
||||
lua, pcre, sqlite, perl, lib}:
|
||||
|
||||
let
|
||||
version = "0.45";
|
||||
version = "0.46";
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "monotone-${version}";
|
||||
inherit perl;
|
||||
src = fetchurl {
|
||||
url = "http://monotone.ca/downloads/${version}/monotone-${version}.tar.gz";
|
||||
sha256 = "64c734274715f392eb4a879172a11c0606d37c02b4a6f23045772af5f8e2a9ec";
|
||||
sha256 = "1pla2fvkmfbrzfbdqd2jjghldpxl9iq81pwwkwaxa7n57snbvq61";
|
||||
};
|
||||
buildInputs = [boost zlib botan libidn lua pcre sqlite];
|
||||
preConfigure = ''
|
||||
|
Loading…
Reference in New Issue
Block a user