bluez-alsa: 4.0.0 -> 4.1.0

This commit is contained in:
R. Ryantm 2023-06-04 12:32:55 +00:00
parent cb6775760b
commit 08d9e34f03

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "bluez-alsa";
version = "4.0.0";
version = "4.1.0";
src = fetchFromGitHub {
owner = "Arkq";
repo = "bluez-alsa";
rev = "v${version}";
sha256 = "sha256-Dp3O41nzo7j5rqxDEkR4bFPv0CNGOO4kWXAf8iy+jDg=";
sha256 = "sha256-qoG1hTVuSFbccfct9DqSI0BBPJwSFlhPPtv87ThtSBk=";
};
nativeBuildInputs = [ pkg-config autoreconfHook ];