rtorrent: update to current git HEAD to avoid build errors with recent cppunit

Fixes https://github.com/NixOS/nixpkgs/issues/29601.
This commit is contained in:
Peter Simons 2017-09-20 16:48:17 +02:00
parent 6b0e6e2e97
commit 56207cdbd1

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
name = "rtorrent-${version}";
version = "0.9.6";
version = "20161023";
src = fetchFromGitHub {
owner = "rakshasa";
repo = "rtorrent";
rev = "${version}";
sha256 = "0iyxmjr1984vs7hrnxkfwgrgckacqml0kv4bhj185w9bhjqvgfnf";
rev = "226e670decf92e7adaa845a6982aca4f164ea740";
sha256 = "0cxyakc09bn6wjfj42gh508hc62awx825skzacpizx2bqs6v7xvb";
};
buildInputs = [