bluez: 5.71 -> 5.72

This commit is contained in:
Tom Vincent 2024-01-21 13:05:45 +00:00 committed by GitHub
parent 73ac0953c4
commit 6ed157d9b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,11 +19,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bluez";
version = "5.71";
version = "5.72";
src = fetchurl {
url = "mirror://kernel/linux/bluetooth/bluez-${finalAttrs.version}.tar.xz";
hash = "sha256-uCjUGMk87R9Vthb7VILPAVN0QL+zT72hpWTz7OlHNdg=";
hash = "sha256-SZ1/o0WplsG7ZQ9cZ0nh2SkRH6bs4L4OmGh/7mEkU24=";
};
buildInputs = [