Skip to content

Commit

Permalink
Merge pull request #296290 from Kranzes/mpd-discord-rpc
Browse files Browse the repository at this point in the history
mpd-discord-rpc: 1.7.1 -> 1.7.2
  • Loading branch information
NickCao authored Mar 16, 2024
2 parents c9bd521 + 39b26c3 commit 1f24c2b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/tools/audio/mpd-discord-rpc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

rustPlatform.buildRustPackage rec {
pname = "mpd-discord-rpc";
version = "1.7.1";
version = "1.7.2";

src = fetchFromGitHub {
owner = "JakeStanger";
repo = "mpd-discord-rpc";
rev = "v${version}";
hash = "sha256-fJHBQGc0+HjEALWuAWSts1l6NMookkut3Cm4e541iGw=";
hash = "sha256-Sdvrq9ChaSwjQDVjHVzcVLYbzyCHXsta1/Jo9hVkcDw=";
};

cargoHash = "sha256-v5JN0Nqp/fGjjJaKrMWt2HWzxAnA1URf0P2Xq9lHNVQ=";
cargoHash = "sha256-w3ulSCbQBkDATe4yfgGSl7WMrUk3sYlS08UbgvGY/5s=";

nativeBuildInputs = [
pkg-config
Expand All @@ -28,6 +28,7 @@ rustPlatform.buildRustPackage rec {
openssl
] ++ lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.Security
darwin.apple_sdk.frameworks.SystemConfiguration
];

meta = with lib; {
Expand Down

0 comments on commit 1f24c2b

Please sign in to comment.