Loading pkgs/applications/audio/spotify-player/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -16,8 +16,8 @@ rustPlatform.buildRustPackage rec { src = fetchFromGitHub { owner = "aome510"; repo = pname; rev = "v${version}"; sha256 = "sha256-KHbeCnsdHP7Zsj9KeVLuumcVOW6m7Tz1GgBBQ25Rbyo="; rev = "refs/tags/v${version}"; hash = "sha256-KHbeCnsdHP7Zsj9KeVLuumcVOW6m7Tz1GgBBQ25Rbyo="; }; cargoHash = "sha256-51xKCiGdvJ8k9ArWBCazJGgRljqHxZiyTdes4i7JZH8="; Loading Loading @@ -46,6 +46,7 @@ rustPlatform.buildRustPackage rec { meta = with lib; { description = "A command driven spotify player"; homepage = "https://github.com/aome510/spotify-player"; changelog = "https://github.com/aome510/spotify-player/releases/tag/v${version}"; mainProgram = "spotify_player"; license = licenses.mit; maintainers = with maintainers; [ dit7ya ]; Loading Loading
pkgs/applications/audio/spotify-player/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -16,8 +16,8 @@ rustPlatform.buildRustPackage rec { src = fetchFromGitHub { owner = "aome510"; repo = pname; rev = "v${version}"; sha256 = "sha256-KHbeCnsdHP7Zsj9KeVLuumcVOW6m7Tz1GgBBQ25Rbyo="; rev = "refs/tags/v${version}"; hash = "sha256-KHbeCnsdHP7Zsj9KeVLuumcVOW6m7Tz1GgBBQ25Rbyo="; }; cargoHash = "sha256-51xKCiGdvJ8k9ArWBCazJGgRljqHxZiyTdes4i7JZH8="; Loading Loading @@ -46,6 +46,7 @@ rustPlatform.buildRustPackage rec { meta = with lib; { description = "A command driven spotify player"; homepage = "https://github.com/aome510/spotify-player"; changelog = "https://github.com/aome510/spotify-player/releases/tag/v${version}"; mainProgram = "spotify_player"; license = licenses.mit; maintainers = with maintainers; [ dit7ya ]; Loading