librespot: 0.1.6 -> 0.2.0, remove Cargo lock

This commit is contained in:
Timur Demin 2021-10-14 00:43:10 +05:00
parent 7e5125144d
commit 60b41214de
No known key found for this signature in database
GPG Key ID: 9EDF3F9D9286FA20
2 changed files with 3 additions and 3821 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,17 +4,16 @@
rustPlatform.buildRustPackage rec {
pname = "librespot";
version = "0.1.6";
version = "0.2.0";
src = fetchFromGitHub {
owner = "librespot-org";
repo = "librespot";
rev = "v${version}";
sha256 = "153i9n3qwmmwc29f62cz8nbqrlry16iygvibm1sdnvpf0s6wk5f3";
sha256 = "0j57f22vf518a6x7f60321i5ad1bb5zraff9pyd05wxvkcjzdl1q";
};
cargoPatches = [ ./cargo-lock.patch ];
cargoSha256 = "11d64rpq4b5rdxk5wx0hhzgc6mvs6h2br0w3kfncfklp67vn3v4v";
cargoSha256 = "0pdz7cfma91gmgxjbyxla3j83ir2jfkrmdqnbqsndvv1md9g6fap";
cargoBuildFlags = with lib; [
"--no-default-features"