Skip to content

Commit

Permalink
luaPackages.pulseaudio: 0.1 -> 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar authored and Matthieu Coudron committed Nov 14, 2019
1 parent 669a6d0 commit c32ecb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/lua-packages.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit c32ecb4

Please sign in to comment.