aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/bluetooth
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2020-10-28 16:12:25 +0100
committerGitHub <noreply@github.com>2020-10-28 16:12:25 +0100
commit5a7198995bb51bccb6b9006ac0fabe7b8f4dbbb9 (patch)
treeb8ec8744b1793d9e3c140a94bde503313c80eb87 /pkgs/tools/bluetooth
parent4e3cc04c9f5772873437a5b5552f829d3bf92334 (diff)
parente7234a508f17989feb2c8caf34d5b23f76240c05 (diff)
Merge pull request #101351 from r-ryantm/auto-update/bluez-alsa
bluez-alsa: 2.1.0 -> 3.0.0
Diffstat (limited to 'pkgs/tools/bluetooth')
-rw-r--r--pkgs/tools/bluetooth/bluez-alsa/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/bluetooth/bluez-alsa/default.nix b/pkgs/tools/bluetooth/bluez-alsa/default.nix
index 09f5471de483..588049cb976b 100644
--- a/pkgs/tools/bluetooth/bluez-alsa/default.nix
+++ b/pkgs/tools/bluetooth/bluez-alsa/default.nix
@@ -13,13 +13,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {
pname = "bluez-alsa";
- version = "2.1.0";
+ version = "3.0.0";
src = fetchFromGitHub {
owner = "Arkq";
repo = "bluez-alsa";
rev = "v${version}";
- sha256 = "112dfqxc144a61jqil2s3181gngfw5vz7yy10ml4f5a1nd90qnci";
+ sha256 = "1jlsgxyqfhncfhx1sy3ry0dp6p95kd4agh7g2b7g51h0c4cv74h8";
};
nativeBuildInputs = [ pkgconfig autoreconfHook ];