1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 15:41:40 +00:00

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

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 ];