cava: 0.4.2 -> 0.6.0

+5 -3
+5 -3
pkgs/applications/audio/cava/default.nix
··· 3 4 stdenv.mkDerivation rec { 5 name = "cava-${version}"; 6 - version = "0.4.2"; 7 8 buildInputs = [ 9 alsaLib ··· 16 owner = "karlstav"; 17 repo = "cava"; 18 rev = version; 19 - sha256 = "1c5gl8ghmd89f6097rjd2dzrgh1z4i4v9m4vn5wkpnnm68b96yyc"; 20 }; 21 22 nativeBuildInputs = [ autoreconfHook ]; 23 24 postConfigure = '' 25 - substituteInPlace Makefile \ 26 --replace "-L/usr/local/lib -Wl,-rpath /usr/local/lib" "" 27 ''; 28 29 meta = with stdenv.lib; {
··· 3 4 stdenv.mkDerivation rec { 5 name = "cava-${version}"; 6 + version = "0.6.0"; 7 8 buildInputs = [ 9 alsaLib ··· 16 owner = "karlstav"; 17 repo = "cava"; 18 rev = version; 19 + sha256 = "01maaq5pfd4a7zilgarwr1nl7jbqyrvir6w7ikchggsckrlk23wr"; 20 }; 21 22 nativeBuildInputs = [ autoreconfHook ]; 23 24 postConfigure = '' 25 + substituteInPlace Makefile.am \ 26 --replace "-L/usr/local/lib -Wl,-rpath /usr/local/lib" "" 27 + substituteInPlace configure.ac \ 28 + --replace "/usr/share/consolefonts" "$out/share/consolefonts" 29 ''; 30 31 meta = with stdenv.lib; {