about summary refs log tree commit diff
path: root/pkgs/development/libraries/sbc
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-08-02 00:54:20 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-08-02 00:54:20 +0000
commit31d9db0cbb524dd37297dd272319bd73292594bd (patch)
tree35458c705353ed31d1cdcca43751ceef4e3afdee /pkgs/development/libraries/sbc
parentcb57a28b01ad2e89991d786b21c9d0f477fd73c2 (diff)
sbc: 1.4 -> 2.0
Diffstat (limited to 'pkgs/development/libraries/sbc')
-rw-r--r--pkgs/development/libraries/sbc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/sbc/default.nix b/pkgs/development/libraries/sbc/default.nix
index edab4037a154b..4ea6ad97e58aa 100644
--- a/pkgs/development/libraries/sbc/default.nix
+++ b/pkgs/development/libraries/sbc/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "sbc";
-  version = "1.4";
+  version = "2.0";
 
   src = fetchurl {
     url = "https://www.kernel.org/pub/linux/bluetooth/${pname}-${version}.tar.xz";
-    sha256 = "1jal98pnrjkzxlkiqy0ykh4qmgnydz9bmsp1jn581p5kddpg92si";
+    sha256 = "sha256-jxI2jh279V4UU2UgRzz7M4yEs5KTnMm2Qpg2D9SgeZI=";
   };
 
   nativeBuildInputs = [ pkg-config ];