chore: update flake.lock
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
Flake Inputs: • Updated input 'agsV2': 'github:Aylur/ags/ff3740e' (2024-09-27) → 'github:Aylur/ags/1341310' (2024-09-30) • Updated input 'astal': 'github:Aylur/astal/f17b28d' (2024-09-29) → 'github:Aylur/astal/cb6fd7b' (2024-09-30) • Updated input 'hyprland': 'github:hyprwm/Hyprland/6649255' (2024-09-29) → 'github:hyprwm/Hyprland/5c6c300' (2024-09-30) • Updated input 'hyprland-plugins': 'github:hyprwm/hyprland-plugins/13301ee' (2024-09-29) → 'github:hyprwm/hyprland-plugins/9215288' (2024-09-30) • Updated input 'nix-index-db': 'github:Mic92/nix-index-database/a2ab158' (2024-09-29) → 'github:Mic92/nix-index-database/f9fdf82' (2024-09-30) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/1925c60' (2024-09-26) → 'github:NixOS/nixpkgs/06cf0e1' (2024-09-29) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/206b2a2' (2024-09-29) → 'github:nix-community/nixpkgs-wayland/50e4446' (2024-09-30) • Updated input 'pcsd': 'github:matt1432/nixos-pcsd/d8425da' (2024-09-24) → 'github:matt1432/nixos-pcsd/a2ef219' (2024-09-30) • Updated input 'sops-nix': 'github:Mic92/sops-nix/127a96f' (2024-09-27) → 'github:Mic92/sops-nix/3198a24' (2024-09-30) • Updated input 'spotifywebapi-src': 'github:thlucas1/SpotifyWebApiPython/9f5ea3d' (2024-09-28) → 'github:thlucas1/SpotifyWebApiPython/bf379b9' (2024-09-29) Firefox Addons: ttv-lol-pro: 2.3.9 -> 2.3.10 Misc Sources: Vuetorrent: 2.13.1 -> 2.13.3
This commit is contained in:
parent
06669e8679
commit
32f7efd88d
4 changed files with 10 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# This file was autogenerated. DO NOT EDIT!
|
||||
{
|
||||
version = "2.13.1";
|
||||
url = "https://github.com/VueTorrent/VueTorrent/releases/download/v2.13.1/vuetorrent.zip";
|
||||
hash = "sha256-B3jQAkVEIMXh/2pvPZox7PjZwL770BaO4g4vkjQzcsY=";
|
||||
version = "2.13.3";
|
||||
url = "https://github.com/VueTorrent/VueTorrent/releases/download/v2.13.3/vuetorrent.zip";
|
||||
hash = "sha256-MmzJhzRqlYhcHbvz4ycCobclZ9Idpranyh+doDEdoh8=";
|
||||
}
|
||||
|
|
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
|
@ -289,10 +289,10 @@
|
|||
};
|
||||
"ttv-lol-pro" = buildFirefoxXpiAddon {
|
||||
pname = "ttv-lol-pro";
|
||||
version = "2.3.9";
|
||||
version = "2.3.10";
|
||||
addonId = "{76ef94a4-e3d0-4c6f-961a-d38a429a332b}";
|
||||
url = "https://addons.mozilla.org/firefox/downloads/file/4344061/ttv_lol_pro-2.3.9.xpi";
|
||||
sha256 = "a807d331dfd3436a5db7c0c8e9ba9c10c2d9475226a7ca47f620341a7d4c71a6";
|
||||
url = "https://addons.mozilla.org/firefox/downloads/file/4357094/ttv_lol_pro-2.3.10.xpi";
|
||||
sha256 = "b33cd0cd4e3521520ef233b21179228fdadeca168359acab4c24bbb1a166fcda";
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/younesaassila/ttv-lol-pro";
|
||||
description = "TTV LOL PRO removes most livestream ads from Twitch.";
|
||||
|
|
|
@ -104,12 +104,15 @@ in {
|
|||
wl-color-picker
|
||||
wl-clipboard
|
||||
cliphist
|
||||
grim-hyprland
|
||||
slurp
|
||||
satty
|
||||
;
|
||||
})
|
||||
++ [
|
||||
(pkgs.grim-hyprland.overrideAttrs (o: {
|
||||
buildInputs = o.buildInputs ++ [pkgs.wayland-scanner];
|
||||
}))
|
||||
|
||||
(jellyfin-flake
|
||||
.packages
|
||||
.${pkgs.system}
|
||||
|
|
Loading…
Reference in a new issue