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

bluez-alsa: 4.1.0 -> 4.1.1
This commit is contained in:
Matthias Beyer 2023-08-19 18:22:29 +02:00 committed by GitHub
commit eb4dd78a50
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.1.0";
version = "4.1.1";
src = fetchFromGitHub {
owner = "Arkq";
repo = "bluez-alsa";
rev = "v${version}";
sha256 = "sha256-qoG1hTVuSFbccfct9DqSI0BBPJwSFlhPPtv87ThtSBk=";
sha256 = "sha256-oGaYiSkOhqfjUl+mHTs3gqFcxli3cgkRtT6tbjy3ht0=";
};
nativeBuildInputs = [ pkg-config autoreconfHook ];