summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/bluetooth
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-06-14 19:35:38 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-06-16 14:39:19 -0700
commitd2134e6603a1edadfb12a1cb3259a3399552450d (patch)
tree20f642e3e1c2001e18cddc20ee988ba5faaaf1ba /pkgs/tools/bluetooth
parentc8643cfc363aa5f7ba60d5f7df6002bf05c03bd3 (diff)
bluez-alsa: 3.0.0 -> 3.1.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 175fa92bad2f..a108d55c6b5a 100644
--- a/pkgs/tools/bluetooth/bluez-alsa/default.nix
+++ b/pkgs/tools/bluetooth/bluez-alsa/default.nix
@@ -13,13 +13,13 @@ with lib;
stdenv.mkDerivation rec {
pname = "bluez-alsa";
- version = "3.0.0";
+ version = "3.1.0";
src = fetchFromGitHub {
owner = "Arkq";
repo = "bluez-alsa";
rev = "v${version}";
- sha256 = "1jlsgxyqfhncfhx1sy3ry0dp6p95kd4agh7g2b7g51h0c4cv74h8";
+ sha256 = "sha256-bohc/0hUr1mcV2JbFy71TjY8MXOU3oBBPCcupgkWsWY=";
};
nativeBuildInputs = [ pkg-config autoreconfHook ];