Loading pkgs/applications/audio/parrot/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ , ffmpeg , libopus , makeBinaryWrapper , nix-update-script , unstableGitUpdater , openssl , pkg-config , stdenv Loading Loading @@ -35,7 +35,9 @@ rustPlatform.buildRustPackage { --prefix PATH : ${lib.makeBinPath [ ffmpeg yt-dlp ]} ''; passthru.updateScript = nix-update-script { }; passthru.updateScript = unstableGitUpdater { tagPrefix = "v"; }; meta = { description = "Hassle-free Discord music bot"; Loading Loading
pkgs/applications/audio/parrot/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ , ffmpeg , libopus , makeBinaryWrapper , nix-update-script , unstableGitUpdater , openssl , pkg-config , stdenv Loading Loading @@ -35,7 +35,9 @@ rustPlatform.buildRustPackage { --prefix PATH : ${lib.makeBinPath [ ffmpeg yt-dlp ]} ''; passthru.updateScript = nix-update-script { }; passthru.updateScript = unstableGitUpdater { tagPrefix = "v"; }; meta = { description = "Hassle-free Discord music bot"; Loading