rutorrent: 5.2.8 -> 5.2.9

This commit is contained in:
R. Ryantm
2025-06-18 06:57:05 +00:00
parent 871d2b7724
commit 89d511631a
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rutorrent";
version = "5.2.8";
version = "5.2.9";
src = fetchFromGitHub {
owner = "Novik";
repo = "ruTorrent";
tag = "v${finalAttrs.version}";
hash = "sha256-+HvWjValI80lUJJo5ohDMU1NUnmkD6Utif4oOnUKZyg=";
hash = "sha256-a2MZAwR/JoFvKVuBjNyT4hZPe1Mx0hpvdJUTuch0Ayw=";
};
installPhase = ''