Unverified Commit 7fa38938 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

bluez-alsa: 4.0.0 -> 4.1.0
parents 702709e4 08d9e34f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];