Merge pull request #69665 from r-ryantm/auto-update/librsync

librsync: 2.0.2 -> 2.1.0
This commit is contained in:
Marek Mahut 2019-09-28 22:39:12 +02:00 committed by GitHub
commit d73bab3048
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "librsync";
version = "2.0.2";
version = "2.1.0";
src = fetchFromGitHub {
owner = "librsync";
repo = "librsync";
rev = "v${version}";
sha256 = "1qnr4rk93mhggqjh2025clmlhhgnjhq983p1vbh8i1g8aiqdnapi";
sha256 = "03ncx7a2zd93b3jaq7b62nwn8qcwmf04jfvljnpxj5wsxl2agkp7";
};
nativeBuildInputs = [ cmake ];