luaPackages.pulseaudio: 0.1 -> 0.2
This commit is contained in:
parent
669a6d0edb
commit
c32ecb4b0e
@ -134,14 +134,14 @@ with self; {
|
||||
|
||||
pulseaudio = buildLuaPackage rec {
|
||||
pname = "pulseaudio";
|
||||
version = "0.1";
|
||||
version = "0.2";
|
||||
name = "pulseaudio-${version}";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "doronbehar";
|
||||
repo = "lua-pulseaudio";
|
||||
rev = "v${version}";
|
||||
sha256 = "0vldm34m3ysgn8gvwfdglpw4jl5680fvfay7pzs14gzkzcvgv25b";
|
||||
sha256 = "140y1m6k798c4w7xfl0zb0a4ffjz6i1722bgkdcdg8g76hr5r8ys";
|
||||
};
|
||||
disabled = (luaOlder "5.1") || (luaAtLeast "5.5");
|
||||
buildInputs = [ pkgs.libpulseaudio ];
|
||||
|
Loading…
Reference in New Issue
Block a user