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

ncpamixer: 1.3.3.3 -> 1.3.3.4
This commit is contained in:
figsoda 2023-07-01 18:41:45 -04:00 committed by GitHub
commit 4309aed0b4
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.3";
version = "1.3.3.4";
src = fetchFromGitHub {
owner = "fulhax";
repo = "ncpamixer";
rev = version;
sha256 = "sha256-TxSfiBSsCAImzCXv6o64Jy7tSefpYCkU0xtuHx26Ss4=";
sha256 = "sha256-JvIxq9CYFR/4p03e2LeJbLn3NUNwhRNF0GlqN6aPfMo=";
};
nativeBuildInputs = [ cmake pkg-config ];