apulse: 0.1.6 -> 0.1.10
This commit is contained in:
parent
1a9467edd5
commit
c97e5f2670
@ -2,17 +2,20 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "apulse-${version}";
|
name = "apulse-${version}";
|
||||||
version = "0.1.6";
|
version = "0.1.10";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "i-rinat";
|
owner = "i-rinat";
|
||||||
repo = "apulse";
|
repo = "apulse";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1w0mqa8gcrvvlns3pryhmlsc0g1irdnwsawx4g34wgwrp9paqqzm";
|
sha256 = "018gaxn647wz1vjbr49hfrch9svnv0d1nzijc8ckb4fsr8vv95a1";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
enableParallelBuilding = true;
|
||||||
[ alsaLib cmake pkgconfig glib ];
|
|
||||||
|
nativeBuildInputs = [ cmake pkgconfig ];
|
||||||
|
|
||||||
|
buildInputs = [ alsaLib glib ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "PulseAudio emulation for ALSA";
|
description = "PulseAudio emulation for ALSA";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user