3
0
Fork 0
forked from mirrors/nixpkgs

librsync: 2.0.0 -> 2.0.1

This commit is contained in:
Franz Pletz 2018-01-28 16:11:19 +01:00
parent 3fc95ac6f3
commit 662e6c5193
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

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