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