Merge pull request #122779 from NULLx76/update-rtorrent-jesec

rtorrent-jesec: 0.9.8-r10 -> 0.9.8-r13
This commit is contained in:
Dmitry Kalinkin 2021-05-12 20:18:33 -04:00 committed by GitHub
commit 46eff21d2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -16,13 +16,13 @@ let
in
stdenv.mkDerivation rec {
pname = "rtorrent-jesec";
version = "0.9.8-r10";
version = "0.9.8-r13";
src = fetchFromGitHub {
owner = "jesec";
repo = "rtorrent";
rev = "v${version}";
sha256 = "sha256-Ge5W1rLaneUA7LxnBuMO/jQlqLOUKFf3gaAAlRr/qeM=";
sha256 = "1srn1ms7dvsn994zvb8i4m6gc144ygc7wc2a23bma79cqpl7drlw";
};
nativeBuildInputs = [ cmake ];