Merge pull request #37667 from ryantm/auto-update/librsync

librsync: 2.0.1 -> 2.0.2
This commit is contained in:
adisbladis 2018-03-23 15:01:38 +08:00 committed by GitHub
commit 0efd1287b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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