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

bluez: 5.55 -> 5.56
This commit is contained in:
Martin Weinelt 2021-02-24 15:34:04 +01:00 committed by GitHub
commit 4953e793ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,11 +19,11 @@
];
in stdenv.mkDerivation rec {
pname = "bluez";
version = "5.55";
version = "5.56";
src = fetchurl {
url = "mirror://kernel/linux/bluetooth/${pname}-${version}.tar.xz";
sha256 = "124v9s4y1s7s6klx5vlmzpk1jlr4x84ch7r7scm7x2f42dqp2qw8";
sha256 = "sha256-WcTbqfyKripqX48S8ZvBsMLcJzVcfKMSPu0/5r19C50=";
};
buildInputs = [