Skip to content

Commit

Permalink
bluez: 5.71 -> 5.72
Browse files Browse the repository at this point in the history
Bump bluez to latest release. I added `python3.pkgs.pygments` to native build inputs as it seems to be neccessary now for bluez to build.
  • Loading branch information
DasenB authored Feb 2, 2024
1 parent 97b17f3 commit 5f46cde
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/by-name/bl/bluez/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand All @@ -42,6 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
docutils
pkg-config
python3.pkgs.wrapPython
python3.pkgs.pygments
];

outputs = [ "out" "dev" "test" ];
Expand Down

0 comments on commit 5f46cde

Please sign in to comment.