rtorrent: fix updateScript args (#364230)

This commit is contained in:
Trim21
2024-12-16 03:30:48 -05:00
committed by GitHub
parent d337b780d0
commit b046eab687
+1 -1
View File
@@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
];
passthru = {
updateScript = unstableGitUpdater { rev-prefix = "v"; };
updateScript = unstableGitUpdater { tagPrefix = "v"; };
tests = {
inherit (nixosTests) rtorrent;
};