Skip to content

Commit

Permalink
rtorrent: 0.10.0-unstable-2024-12-15 -> 0.15.1 / libtorrent: 0.14.0 -…
Browse files Browse the repository at this point in the history
…> 0.15.1 (NixOS#368724)
  • Loading branch information
thiagokokada authored Jan 3, 2025
2 parents a545d0b + c30b953 commit 910dbea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
6 changes: 2 additions & 4 deletions pkgs/by-name/li/libtorrent/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
autoconf-archive,
autoreconfHook,
cppunit,
libsigcxx,
openssl,
pkg-config,
zlib,
Expand All @@ -16,13 +15,13 @@

stdenv.mkDerivation rec {
pname = "rakshasa-libtorrent";
version = "0.15.0";
version = "0.15.1";

src = fetchFromGitHub {
owner = "rakshasa";
repo = "libtorrent";
rev = "v${version}";
hash = "sha256-FtuVDXH9vIdz+Wz7PLY2lRZkR+j9NYmgaHPDDx2SA98=";
hash = "sha256-ejDne7vaV+GYP6M0n3VAEva4UHuxRGwfc2rgxf7U/EM=";
};

nativeBuildInputs = [
Expand All @@ -33,7 +32,6 @@ stdenv.mkDerivation rec {

buildInputs = [
cppunit
libsigcxx
openssl
zlib
];
Expand Down
10 changes: 5 additions & 5 deletions pkgs/by-name/rt/rtorrent/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
pkg-config,
zlib,
nixosTests,
unstableGitUpdater,
gitUpdater,
}:

stdenv.mkDerivation rec {
pname = "rakshasa-rtorrent";
version = "0.10.0-unstable-2024-12-15";
version = "0.15.1";

src = fetchFromGitHub {
owner = "rakshasa";
repo = "rtorrent";
rev = "b8cb828d963719565528573123bb08b72cd50928";
hash = "sha256-nvyRRmZRdyRAazGAFqHDK+zME9bSkp+LwW9Na4M8+L0=";
rev = "68fdb86c723a0ae67ebaffec416af99fec41dcbc";
hash = "sha256-/GWC28LsY7GcUH+SBzi01sOWVfA1lyM0r9OdUDTYbT8=";
};

outputs = [
Expand Down Expand Up @@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
];

passthru = {
updateScript = unstableGitUpdater { tagPrefix = "v"; };
updateScript = gitUpdater { rev-prefix = "v"; };
tests = {
inherit (nixosTests) rtorrent;
};
Expand Down

0 comments on commit 910dbea

Please sign in to comment.