Merge pull request #235925 from r-ryantm/auto-update/bluez-alsa

bluez-alsa: 4.0.0 -> 4.1.0
This commit is contained in:
Weijia Wang 2023-06-05 10:02:26 +03:00 committed by GitHub
commit 7fa389388d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];