mpd-discord-rpc: 1.5.4b -> 1.6.0

Diff: https://github.com/JakeStanger/mpd-discord-rpc/compare/v1.5.4b...v1.6.0
This commit is contained in:
Ilan Joselevich 2023-03-29 22:52:54 +03:00
parent 5a14c30266
commit 5e31622647
No known key found for this signature in database
2 changed files with 403 additions and 182 deletions

File diff suppressed because it is too large Load diff

View file

@ -9,13 +9,13 @@
rustPlatform.buildRustPackage rec {
pname = "mpd-discord-rpc";
version = "1.5.4b";
version = "1.6.0";
src = fetchFromGitHub {
owner = "JakeStanger";
repo = pname;
rev = "v${version}";
sha256 = "sha256-SMAllqxfae8bNLBkxsY4OmjoIzxFZ0dwIRYconlNZ18=";
sha256 = "sha256-FYI0TlYyoT9h4fVjR1kp2Rn5qVppQhy6o09mPptTEMo=";
};
cargoLock = {