3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #57329 from r-ryantm/auto-update/ncpamixer

ncpamixer: 1.3 -> 1.3.3
This commit is contained in:
Ryan Mulligan 2019-03-16 08:11:21 -07:00 committed by GitHub
commit 3419fe6e5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "ncpamixer-${version}";
version = "1.3";
version = "1.3.3";
src = fetchFromGitHub {
owner = "fulhax";
repo = "ncpamixer";
rev = version;
sha256 = "02v8vsx26w3wrzkg61457diaxv1hyzsh103p53j80la9vglamdsh";
sha256 = "19pxfvfhhrbfk1wz5awx60y51jccrgrcvlq7lb622sw2z0wzw4ac";
};
buildInputs = [ ncurses libpulseaudio ];