music-discord-rpc: 0.6.1 -> 0.6.2 (#443264)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-09-16 18:39:22 +00:00
committed by GitHub
@@ -10,16 +10,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "music-discord-rpc";
version = "0.6.1";
version = "0.6.2";
src = fetchFromGitHub {
owner = "patryk-ku";
repo = "music-discord-rpc";
tag = "v${finalAttrs.version}";
hash = "sha256-+MSrGrnjkyLTCqQiSC2OIGAMgA2oLFqvUtud0kwTTGA=";
hash = "sha256-Sc7K9xD+l48w5xXLWjSsw1eq+x0xP8QHMioPaulPP2E=";
};
cargoHash = "sha256-Waw/7ErijLSq1RYtjlmtjP8vHYl3wXmRAXvGvH3wOZA=";
cargoHash = "sha256-nHG6W6WbMNVmsnG1f5o0obp5SEUI4UIyyJDvgS6sUzA=";
nativeBuildInputs = [
pkg-config