chore: update flake.lock
All checks were successful
Discord / discord commits (push) Has been skipped

Flake Inputs:
• Updated input 'astal':
    'github:Aylur/astal/9c2f6ab' (2024-10-02)
  → 'github:Aylur/astal/e8536ed' (2024-10-03)

• Updated input 'bazarr-bulk':
    'github:mateoradman/bazarr-bulk/d55ff6e' (2024-06-07)
  → 'github:mateoradman/bazarr-bulk/c07f52d' (2024-10-03)

• Updated input 'gpu-screen-recorder-src':
    'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=793d483' (2024-10-03)
  → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=29a21ff' (2024-10-06)

• Updated input 'gtk-theme-src':
    'github:dracula/gtk/f2d2ea5' (2024-09-24)
  → 'github:dracula/gtk/b5b7f3a' (2024-10-03)

• Updated input 'home-manager':
    'github:nix-community/home-manager/437ec62' (2024-10-01)
  → 'github:nix-community/home-manager/509dbf8' (2024-10-04)

• Updated input 'hyprland':
    'github:hyprwm/Hyprland/de68e06' (2024-10-02)
  → 'github:hyprwm/Hyprland/0ec6072' (2024-10-05)

• Updated input 'jovian':
    'github:Jovian-Experiments/Jovian-NixOS/703c0ac' (2024-10-02)
  → 'github:Jovian-Experiments/Jovian-NixOS/cb63dc9' (2024-10-04)

• Updated input 'nix-fast-build':
    'github:Mic92/nix-fast-build/bd134ae' (2024-09-27)
  → 'github:Mic92/nix-fast-build/2ba025e' (2024-10-05)

• Updated input 'nix-gaming':
    'github:fufexan/nix-gaming/24d805b' (2024-10-02)
  → 'github:fufexan/nix-gaming/8801edc' (2024-10-06)

• Updated input 'nix-gaming/umu':
    'git+https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix&ref=refs/heads/main&rev=5cc1c3f&submodules=1' (2024-09-25)
  → 'git+https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix&ref=refs/heads/main&rev=4dc0ef6&submodules=1' (2024-10-04)

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/27e30d1' (2024-10-01)
  → 'github:NixOS/nixpkgs/bc947f5' (2024-10-04)

• Updated input 'nixpkgs-wayland':
    'github:nix-community/nixpkgs-wayland/a40e6b0' (2024-10-01)
  → 'github:nix-community/nixpkgs-wayland/736b015' (2024-10-05)

• Updated input 'spotifyplus-src':
    'github:thlucas1/homeassistantcomponent_spotifyplus/0765d55' (2024-09-29)
  → 'github:thlucas1/homeassistantcomponent_spotifyplus/2cd0654' (2024-10-05)

• Updated input 'spotifywebapi-src':
    'github:thlucas1/SpotifyWebApiPython/bf379b9' (2024-09-29)
  → 'github:thlucas1/SpotifyWebApiPython/c1e2f4b' (2024-10-05)

• Updated input 'tuya-local-src':
    'github:make-all/tuya-local/694579b' (2024-10-03)
  → 'github:make-all/tuya-local/4ede5ce' (2024-10-04)

Firefox Addons:
sponsorblock: 5.9 -> 5.9.3
This commit is contained in:
matt1432 2024-10-05 22:54:38 -04:00
parent 2dbe5ca0fd
commit 6d67088185
4 changed files with 4 additions and 14 deletions

Binary file not shown.

View file

@ -243,10 +243,10 @@
}; };
"sponsorblock" = buildFirefoxXpiAddon { "sponsorblock" = buildFirefoxXpiAddon {
pname = "sponsorblock"; pname = "sponsorblock";
version = "5.9"; version = "5.9.3";
addonId = "sponsorBlocker@ajay.app"; addonId = "sponsorBlocker@ajay.app";
url = "https://addons.mozilla.org/firefox/downloads/file/4357698/sponsorblock-5.9.xpi"; url = "https://addons.mozilla.org/firefox/downloads/file/4360577/sponsorblock-5.9.3.xpi";
sha256 = "3bce9e8bcadd2117a18ea00ad418969102751b69c77709c3221d74737d3a7dff"; sha256 = "ea3d137e458f1a87f406cbb39f3099ee673918c40c1bad5b48bc26e9bfc8be62";
meta = with lib; { meta = with lib; {
homepage = "https://sponsor.ajay.app"; 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"; 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";

View file

@ -12,13 +12,6 @@ in
src = spotifywebapi-src; 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; [ propagatedBuildInputs = with python3Packages; [
lxml lxml
oauthlib oauthlib

View file

@ -1,12 +1,9 @@
/* /*
This package uses a `wyoming-openwakeword` fork that makes use of 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 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 pkgs: let
pyPkgs = pkgs.python311Packages; pyPkgs = pkgs.python312Packages;
speexdsp-ns = pkgs.callPackage ./speexdsp-ns.nix { speexdsp-ns = pkgs.callPackage ./speexdsp-ns.nix {
python3Packages = pyPkgs; python3Packages = pyPkgs;