rtorrent: 0.15.1 -> 0.15.4

(cherry picked from commit 700a1e18eb)
This commit is contained in:
Thiago Kenji Okada
2025-06-11 20:30:47 +01:00
committed by Masum Reza
parent 4fd2d6d3fc
commit 38e5912ffe

View File

@@ -18,13 +18,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rakshasa-rtorrent";
version = "0.15.1";
version = "0.15.4";
src = fetchFromGitHub {
owner = "rakshasa";
repo = "rtorrent";
rev = "v${finalAttrs.version}";
hash = "sha256-5ewAeoHvKcZ+5HTMlXLTu63JE3plKATvZToFEDZ9vOs=";
hash = "sha256-0OnDxmfliVP3GF2xzUZkURippzCGUwLebuyjb7nz/vs=";
};
outputs = [