ncpamixer: 1.3 -> 1.3.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ncpamixer/versions
This commit is contained in:
parent
213d6dd6ac
commit
8b8c39e69a
@ -3,13 +3,13 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
name = "ncpamixer-${version}";
|
name = "ncpamixer-${version}";
|
||||||
version = "1.3";
|
version = "1.3.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fulhax";
|
owner = "fulhax";
|
||||||
repo = "ncpamixer";
|
repo = "ncpamixer";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "02v8vsx26w3wrzkg61457diaxv1hyzsh103p53j80la9vglamdsh";
|
sha256 = "19pxfvfhhrbfk1wz5awx60y51jccrgrcvlq7lb622sw2z0wzw4ac";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ncurses libpulseaudio ];
|
buildInputs = [ ncurses libpulseaudio ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user