mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
rtorrent: fix updateScript eval
Without the change updater run fails as: error: function 'anonymous lambda' called with unexpected argument 'tagPrefix'
This commit is contained in:
parent
a12cbb6ddb
commit
92248b23e5
@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
passthru = {
|
||||
updateScript = gitUpdater { tagPrefix = "v"; };
|
||||
updateScript = gitUpdater { rev-prefix = "v"; };
|
||||
tests = {
|
||||
inherit (nixosTests) rtorrent;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user