Skip to content

Commit

Permalink
jesec-rtorrent: 0.9.8-r16 -> 0.9.8-r16-unstable--2023-07-21
Browse files Browse the repository at this point in the history
  • Loading branch information
vamega committed Jan 8, 2025
1 parent 6296d4c commit 1523950
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 40 deletions.

This file was deleted.

10 changes: 3 additions & 7 deletions pkgs/applications/networking/p2p/jesec-rtorrent/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,15 @@

stdenv.mkDerivation rec {
pname = "jesec-rtorrent";
version = "0.9.8-r16";
version = "0.9.8-r16-unstable-2023-07-21";

src = fetchFromGitHub {
owner = "jesec";
repo = "rtorrent";
rev = "v${version}";
hash = "sha256-i7c1jSawHshj1kaXl8tdpelIKU24okeg9K5/+ht6t2k=";
rev = "199e8f85244c8eb1c30163d51755570ad86139bb";
hash = "sha256-AWWOvvUNNOIbNiwY/uz55iKt8A0YuMsyWGjaLgKUOCY=";
};

patches = [
./avoid-stack-overflow-for-lockfile-buf.patch
];

passthru = {
inherit libtorrent;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

stdenv.mkDerivation rec {
pname = "jesec-libtorrent";
version = "0.13.8-r4";
version = "0.13.8-r4-unstable-2023-07-04";

src = fetchFromGitHub {
owner = "jesec";
repo = "libtorrent";
rev = "v${version}";
hash = "sha256-jC/hgGSi2qy+ToZgdxl1PhASLYbUL0O8trX0th2v5H0=";
rev = "35d844d4d78a671f8840fe6ae973ebb39a0e8f34";
hash = "sha256-H2oUW9iC2pIUSmP9j0U4RfzO1uiIEWVmeZAfF3Ca48k=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 1523950

Please sign in to comment.