librsync: 2.2.1 -> 2.3.0

This commit is contained in:
R. RyanTM 2020-04-09 05:04:22 +00:00
parent e50c67ad7e
commit 19888d1f94

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "librsync"; pname = "librsync";
version = "2.2.1"; version = "2.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "librsync"; owner = "librsync";
repo = "librsync"; repo = "librsync";
rev = "v${version}"; rev = "v${version}";
sha256 = "08wdlxsa9zg2pyasz1lwg70d5psi4amv81v4yxwffx67ndzb9yp5"; sha256 = "18wwfbbggsjrd4w3dczxa2gv3zvx0fqp68b8h1zzvdbyn91f16mz";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
dontStrip = stdenv.hostPlatform != stdenv.buildPlatform; dontStrip = stdenv.hostPlatform != stdenv.buildPlatform;
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://librsync.sourceforge.net/; homepage = "http://librsync.sourceforge.net/";
license = licenses.lgpl2Plus; license = licenses.lgpl2Plus;
description = "Implementation of the rsync remote-delta algorithm"; description = "Implementation of the rsync remote-delta algorithm";
platforms = platforms.unix; platforms = platforms.unix;