summary refs log tree commit diff
path: root/pkgs/tools/bluetooth/bluez-alsa
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-07-07 20:43:14 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-07 20:43:14 +0000
commit1cd842531e2159c12c64d6409a0bd23fafd82490 (patch)
tree33c1cfeb40f9d7aee0bebe3ed6b8d65c320d5750 /pkgs/tools/bluetooth/bluez-alsa
parent2264184667416499f5da5e22f8940b9a4e8a16cd (diff)
downloadnixpkgs-1cd842531e2159c12c64d6409a0bd23fafd82490.tar
nixpkgs-1cd842531e2159c12c64d6409a0bd23fafd82490.tar.gz
nixpkgs-1cd842531e2159c12c64d6409a0bd23fafd82490.tar.bz2
nixpkgs-1cd842531e2159c12c64d6409a0bd23fafd82490.tar.lz
nixpkgs-1cd842531e2159c12c64d6409a0bd23fafd82490.tar.xz
nixpkgs-1cd842531e2159c12c64d6409a0bd23fafd82490.tar.zst
nixpkgs-1cd842531e2159c12c64d6409a0bd23fafd82490.zip
bluez-alsa: 3.1.0 -> 4.0.0
Diffstat (limited to 'pkgs/tools/bluetooth/bluez-alsa')
-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 a108d55c6b5..41d304999a3 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.1.0";
+  version = "4.0.0";
 
   src = fetchFromGitHub {
     owner = "Arkq";
     repo = "bluez-alsa";
     rev = "v${version}";
-    sha256 = "sha256-bohc/0hUr1mcV2JbFy71TjY8MXOU3oBBPCcupgkWsWY=";
+    sha256 = "sha256-Dp3O41nzo7j5rqxDEkR4bFPv0CNGOO4kWXAf8iy+jDg=";
   };
 
   nativeBuildInputs = [ pkg-config autoreconfHook ];