11 rustPlatform.buildRustPackage rec {
15 src = fetchFromGitHub {
18 rev = "refs/tags/v${version}";
19 hash = "sha256-h/BKVFzvPq9FhX4wZzlIzoegK8nPEt+mR7oKpRC5eV0=";
22 # Use official public librespot version
23 cargoPatches = [ ./Cargo.lock.patch ];
25 cargoHash = "sha256-2oPpi9MgQpvvjMJ5G+OkL8Gyemx82IHLjuAz+S8tI3E=";
39 description = "Spotify downloader written in rust";
40 homepage = "https://github.com/oSumAtrIX/DownOnSpot";
41 license = licenses.gpl3Only;
42 platforms = platforms.linux;
43 maintainers = with maintainers; [ onny ];
44 mainProgram = "down_on_spot";