rutorrent: 5.2.6 -> 5.2.8 (#414952)

This commit is contained in:
Nikolay Korotkiy 2025-06-08 15:09:17 +04:00 committed by GitHub
commit 767dce3542
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rutorrent";
version = "5.2.6";
version = "5.2.8";
src = fetchFromGitHub {
owner = "Novik";
repo = "ruTorrent";
tag = "v${finalAttrs.version}";
hash = "sha256-AoCS7LiCKB1lGvXaabXk8dqsqU9WL95XuEcddvl22ug=";
hash = "sha256-+HvWjValI80lUJJo5ohDMU1NUnmkD6Utif4oOnUKZyg=";
};
installPhase = ''