mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Update Monotone
svn path=/nixpkgs/trunk/; revision=24431
This commit is contained in:
parent
3592b9a796
commit
ba662a84e7
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
|||
lua, pcre, sqlite, perl, pkgconfig}:
|
||||
|
||||
let
|
||||
version = "0.48";
|
||||
version = "0.48.1";
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "monotone-${version}";
|
||||
inherit perl;
|
||||
src = fetchurl {
|
||||
url = "http://monotone.ca/downloads/${version}/monotone-${version}.tar.gz";
|
||||
sha256 = "3149abf0e4433a0e14c5da805a04dbbc45b16086bc267d473b17e933407d839d";
|
||||
sha256 = "e5ab4917866d2c597f99577554549b7c4cda9895be7a5dd0469f1c7798fe3c10";
|
||||
};
|
||||
buildInputs = [boost zlib botan libidn lua pcre sqlite pkgconfig];
|
||||
postInstall = ''
|
||||
|
|
Loading…
Reference in a new issue