rtorrent: 0.9.7 -> 0.9.8

This commit is contained in:
Mario Rodas 2019-07-19 20:35:43 -05:00
parent 894edfd504
commit b6c2cb780f
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

View file

@ -8,14 +8,14 @@
}:
stdenv.mkDerivation rec {
name = "rtorrent-${version}";
version = "0.9.7";
pname = "rtorrent";
version = "0.9.8";
src = fetchFromGitHub {
owner = "rakshasa";
repo = "rtorrent";
repo = pname;
rev = "v${version}";
sha256 = "0a9dk3cz56f7gad8ghsma79iy900rwdvzngs6k6x08nlwaqid8ga";
sha256 = "0hcaf1brk402caa7hhlb2r1c93mjzxkm8gb19xfl33gkp3jpf372";
};
nativeBuildInputs = [ pkgconfig ];