librsync: 2.3.0 -> 2.3.1

This commit is contained in:
R. RyanTM
2020-05-27 13:33:24 -07:00
committed by Jon
parent 816e06ce20
commit ea903c7655
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "librsync";
version = "2.3.0";
version = "2.3.1";
src = fetchFromGitHub {
owner = "librsync";
repo = "librsync";
rev = "v${version}";
sha256 = "18wwfbbggsjrd4w3dczxa2gv3zvx0fqp68b8h1zzvdbyn91f16mz";
sha256 = "131cd4asmpm4nskidzgiy8xibbnpibvvbq857a0pcky77min5g4z";
};
nativeBuildInputs = [ cmake ];