diff --git a/flake.lock b/flake.lock index 58b70c43..e1b2966d 100644 Binary files a/flake.lock and b/flake.lock differ diff --git a/legacyPackages/firefox-addons/generated-firefox-addons.nix b/legacyPackages/firefox-addons/generated-firefox-addons.nix index 1725ce31..3644f7dc 100644 --- a/legacyPackages/firefox-addons/generated-firefox-addons.nix +++ b/legacyPackages/firefox-addons/generated-firefox-addons.nix @@ -243,10 +243,10 @@ }; "sponsorblock" = buildFirefoxXpiAddon { pname = "sponsorblock"; - version = "5.9"; + version = "5.9.3"; addonId = "sponsorBlocker@ajay.app"; - url = "https://addons.mozilla.org/firefox/downloads/file/4357698/sponsorblock-5.9.xpi"; - sha256 = "3bce9e8bcadd2117a18ea00ad418969102751b69c77709c3221d74737d3a7dff"; + url = "https://addons.mozilla.org/firefox/downloads/file/4360577/sponsorblock-5.9.3.xpi"; + sha256 = "ea3d137e458f1a87f406cbb39f3099ee673918c40c1bad5b48bc26e9bfc8be62"; meta = with lib; { homepage = "https://sponsor.ajay.app"; description = "Easily skip YouTube video sponsors. When you visit a YouTube video, the extension will check the database for reported sponsors and automatically skip known sponsors. You can also report sponsors in videos. Other browsers: https://sponsor.ajay.app"; diff --git a/legacyPackages/hass-components/spotifyplus/spotifywebapi.nix b/legacyPackages/hass-components/spotifyplus/spotifywebapi.nix index 9d3d6768..60d91351 100644 --- a/legacyPackages/hass-components/spotifyplus/spotifywebapi.nix +++ b/legacyPackages/hass-components/spotifyplus/spotifywebapi.nix @@ -12,13 +12,6 @@ in src = spotifywebapi-src; - # FIXME: https://github.com/thlucas1/SpotifyWebApiPython/issues/1 - patchPhase = '' - substituteInPlace ./setup.py --replace-warn \ - "docspdoc/build/spotifywebapiPython/" \ - "docspdoc/build/spotifywebapipython/" - ''; - propagatedBuildInputs = with python3Packages; [ lxml oauthlib diff --git a/nixosModules/wyoming-plus/pkgs/wyoming-openwakeword.nix b/nixosModules/wyoming-plus/pkgs/wyoming-openwakeword.nix index 0afb3f73..71399e46 100644 --- a/nixosModules/wyoming-plus/pkgs/wyoming-openwakeword.nix +++ b/nixosModules/wyoming-plus/pkgs/wyoming-openwakeword.nix @@ -1,12 +1,9 @@ /* This package uses a `wyoming-openwakeword` fork that makes use of the upstream `openwakeword` instead of a fork: https://github.com/rhasspy/wyoming-openwakeword/pull/27 - -It also enforces the python version to 3.11, because tensorflow -cannot be used with 3.12 yet. */ pkgs: let - pyPkgs = pkgs.python311Packages; + pyPkgs = pkgs.python312Packages; speexdsp-ns = pkgs.callPackage ./speexdsp-ns.nix { python3Packages = pyPkgs;