Merge pull request #179478 from SuperSandro2000/ncpamixer

ncpamixer: 1.3.3.1 -> unstable-2021-10-17
This commit is contained in:
Sandro 2022-06-29 13:33:01 +02:00 committed by GitHub
commit 254440d811
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "ncpamixer";
version = "1.3.3.1";
version = "unstable-2021-10-17";
src = fetchFromGitHub {
owner = "fulhax";
repo = "ncpamixer";
rev = version;
sha256 = "1v3bz0vpgh18257hdnz3yvbnl51779g1h5b265zgc21ks7m1jw5z";
rev = "4faf8c27d4de55ddc244f372cbf5b2319d0634f7";
sha256 = "sha256-ElbxdAaXAY0pj0oo2IcxGT+K+7M5XdCgom0XbJ9BxW4=";
};
nativeBuildInputs = [ cmake pkg-config ];