12 stdenv.mkDerivation rec {
16 src = fetchFromGitHub {
20 sha256 = "sha256-fiOby8tOhv0KJ+ZwAWfh/ynqHlYC9kNqKfxNl3IhzR8=";
23 nativeBuildInputs = [ cmake ];
31 dontStrip = stdenv.hostPlatform != stdenv.buildPlatform;
34 description = "Implementation of the rsync remote-delta algorithm";
35 homepage = "https://librsync.sourceforge.net/";
36 changelog = "https://github.com/librsync/librsync/releases/tag/v${version}";
37 license = licenses.lgpl2Plus;
38 mainProgram = "rdiff";
39 platforms = platforms.unix;