Commit 92248b23 authored by Sergei Trofimovich's avatar Sergei Trofimovich Committed by zowoq
Browse files

rtorrent: fix updateScript eval

Without the change updater run fails as:

    error: function 'anonymous lambda' called with unexpected argument 'tagPrefix'
parent a12cbb6d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
  ];

  passthru = {
    updateScript = gitUpdater { tagPrefix = "v"; };
    updateScript = gitUpdater { rev-prefix = "v"; };
    tests = {
      inherit (nixosTests) rtorrent;
    };