Merge pull request #199972 from foo-dogsquared/update-ashuffle

ashuffle: 3.12.5 -> 3.13.4

authored by Anderson Torres and committed by GitHub 4d44cd61 3f99ae36

+6 -3
+6 -3
pkgs/applications/audio/ashuffle/default.nix
··· 6 6 , meson 7 7 , ninja 8 8 , libmpdclient 9 + , libyamlcpp 9 10 }: 10 11 11 12 stdenv.mkDerivation rec { 12 13 pname = "ashuffle"; 13 - version = "3.12.5"; 14 + version = "3.13.4"; 14 15 15 16 src = fetchFromGitHub { 16 17 owner = "joshkunz"; 17 18 repo = "ashuffle"; 18 19 rev = "v${version}"; 19 - sha256 = "sha256-dPgv6EzRxRdHkGvys601Bkg9Srd8oEjoE9jbAin74Vk="; 20 + sha256 = "sha256-J6NN0Rsc9Zw9gagksDlwpwEErs+4XmrGF9YHKlAE1FA="; 20 21 fetchSubmodules = true; 21 22 }; 22 23 23 24 dontUseCmakeConfigure = true; 24 25 nativeBuildInputs = [ cmake pkg-config meson ninja ]; 25 - buildInputs = [ libmpdclient ]; 26 + buildInputs = [ libmpdclient libyamlcpp ]; 27 + 28 + mesonFlags = [ "-Dunsupported_use_system_yamlcpp=true" ]; 26 29 27 30 meta = with lib; { 28 31 homepage = "https://github.com/joshkunz/ashuffle";