nixos-configs/apps/update-sources/package.json

19 lines
525 B
JSON
Raw Normal View History

{
"name": "update-sources",
"version": "0.0.0",
"bin": "out/bin/app.cjs",
"type": "module",
"scripts": {
2024-07-20 20:30:43 -04:00
"build": "node_ver=$(node -v); esbuild src/app.ts --bundle --platform=node --target=\"node${node_ver:1:2}\" --outfile=out/bin/app.cjs"
},
"devDependencies": {
"eslint-conf": "file:../config",
chore: update sources Flake Inputs: • Updated input 'astal': 'github:Aylur/astal' (2025-02-26) rev: b7f10b99bc810e7ad6a949d6670cb440d33045a0 → 'github:Aylur/astal' (2025-02-28) rev: dfd1f23c7562694e571d44c45aa74fcea9b1ba01 • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder' (2025-02-27) rev: 9bfeb95e3969f978686d57d7301174f29394088f → 'git+https://repo.dec05eba.com/gpu-screen-recorder' (2025-03-01) rev: 23122ce9b08f46ecc3118df8af17c0dc9d74f4c5 • Updated input 'home-manager': 'github:nix-community/home-manager' (2025-02-27) rev: 343646e092696d94b6f22b6875ae685756fd4cf0 → 'github:nix-community/home-manager' (2025-03-01) rev: fcac3d6d88302a5e64f6cb8014ac785e08874c8d • Updated input 'hyprgrass': 'github:horriblename/hyprgrass' (2025-02-18) rev: 3c290c81c89156d82dc2d2912840b3b67addbb90 → 'github:horriblename/hyprgrass' (2025-03-01) rev: 0ecdae6e14b4a43011ef32eb0094aacf664912eb • Updated input 'hyprland': 'github:hyprwm/Hyprland' (2025-02-26) rev: d5920bc5da75b8eaf3476bc814bd46d225709788 → 'github:hyprwm/Hyprland' (2025-03-01) rev: 2acbb59bf218331a090f402982f22fd7f85ae50f • Updated input 'hyprpaper': 'github:hyprwm/hyprpaper' (2025-02-09) rev: 7e18ebc843ee4ccf2632091d55c73428b339265b → 'github:hyprwm/hyprpaper' (2025-02-28) rev: 6f4ba431638e44478417b9f524fb1771e5eda83c • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS' (2025-02-27) rev: 227d9adc3331820a349b3344a5fcc710a5f196c1 → 'github:Jovian-Experiments/Jovian-NixOS' (2025-02-28) rev: 85902bc8c7b759080fac8906dd17298e29a3b20d • Updated input 'nix-gaming': 'github:fufexan/nix-gaming' (2025-02-26) rev: 452fbd6a30f128dddf26c63f727cf685b5af5658 → 'github:fufexan/nix-gaming' (2025-03-01) rev: 5e173f8c31fd9544002f37c1a107d839fcc83687 • Updated input 'nixcord': 'github:kaylorben/nixcord' (2025-02-27) rev: 6c5583b38f5c3ccc40b90be0129407a4d04ab683 → 'github:kaylorben/nixcord' (2025-03-01) rev: a1b3b4ccc9d48791ea63d1e94819077a1e379e2a • Updated input 'nixpkgs': 'github:NixOS/nixpkgs' (2025-02-26) rev: 5135c59491985879812717f4c9fea69604e7f26f → 'github:NixOS/nixpkgs' (2025-02-27) rev: 6313551cd05425cd5b3e63fe47dbc324eabb15e4 • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland' (2025-02-27) rev: 3b15bb3ab4868d20958a71232290d0ab2f9849aa → 'github:nix-community/nixpkgs-wayland' (2025-03-01) rev: 4d911d01738dfc5e130badc7b8de509f0987658a • Updated input 'spotifyplus-src': 'github:thlucas1/homeassistantcomponent_spotifyplus' (2025-02-26) rev: 6b67846e275ee184e31add3499a3d3207e33514f → 'github:thlucas1/homeassistantcomponent_spotifyplus' (2025-02-27) rev: a689652dde8f79317adbe4aad98b7273e7b1f0f3 • Updated input 'tuya-local-src': 'github:make-all/tuya-local' (2025-02-26) rev: 45246a0e24477d7d882a27f5bb094788970682ae → 'github:make-all/tuya-local' (2025-02-28) rev: 86d29eabc78f01f3f4a9f36105796ef6171cdac3 Docker Images: • postgres 14: sha256:c550fd3da21db9d7794aaa2365ba147842472da72601b4d9edd106ac9a800bd2 → sha256:c0e14efd7eaf4d83e443b6e7047ddde6465edbbbcc28ae770d9f5398abba1969 • postgres 15-alpine: sha256:bfee8fabec7c662311eff39111a890f68a46a78a3b35e91353e185e7d5918517 → sha256:ef9d1517df69c4d27dbb9ddcec14f431a2442628603f4e9daa429b92ae6c3cd1 Firefox Addons: bitwarden: 2024.12.4 -> 2025.2.0 darkreader: 4.9.101 -> 4.9.103 stylus: 2.3.12 -> 2.3.13 Node modules: @types/node: 22.13.5 -> 22.13.8 pkg-types: 2.0.0 -> 2.0.1 typescript: 5.7.3 -> 5.8.2 Caddy Plugins: cloudflare: v0.0.0-20250214163716-188b4850c0f2 -> v0.0.0-20250228175314-1fb64108d4de
2025-03-01 15:13:56 -05:00
"@types/node": "22.13.8",
chore: update sources Flake Inputs: • Updated input 'astal': 'github:Aylur/astal' (2025-02-07) rev: 5e0e00e148af0f173ca0883bc2fbbfb103d81f36 → 'github:Aylur/astal' (2025-02-11) rev: ee91402cabc994bb4fb7c3f5405a218ad0b57fd3 • Updated input 'custom-sidebar-src': 'github:elchininet/custom-sidebar' (2025-02-05) rev: 86f32f37a17d63205cd43cdf35ea0aae48561877 → 'github:elchininet/custom-sidebar' (2025-02-09) rev: 5e65f568db9312ca84b0de4f376899af54a14655 • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder' (2025-02-09) rev: ddc3871b27fe9fc086453e3c61b96ae4783e4035 → 'git+https://repo.dec05eba.com/gpu-screen-recorder' (2025-02-11) rev: 38f1ef0f9b56518e2ffafeb1f66eba383ab2e4b7 • Updated input 'home-manager': 'github:nix-community/home-manager' (2025-02-08) rev: 5af1b9a0f193ab6138b89a8e0af8763c21bbf491 → 'github:nix-community/home-manager' (2025-02-11) rev: 83bd3a26ac0526ae04fa74df46738bb44b89dcdd • Updated input 'hyprland': 'github:hyprwm/Hyprland' (2025-02-09) rev: f261fb6fe028a1427cfd672eee6e7d5705cd696f → 'github:hyprwm/Hyprland' (2025-02-12) rev: 68bb3e7f0a1d528a8b2da1f92d2005889587561d • Updated input 'hyprland/aquamarine': 'github:hyprwm/aquamarine' (2025-02-02) rev: 257b2050790ab3b1eb389e0f8bdc400eb9510139 → 'github:hyprwm/aquamarine' (2025-02-09) rev: a3dda0d10ce9aa1d1dfb7a6c139ea8c2872c74bd • Updated input 'hyprland/hyprcursor': 'github:hyprwm/hyprcursor' (2025-01-29) rev: dcadd3398abe146d60c67e0d9ee6e27b301cae82 → 'github:hyprwm/hyprcursor' (2025-02-04) rev: 7c6d165e1eb9045a996551eb9f121b6d1b30adc3 • Updated input 'hyprland/hyprgraphics': 'github:hyprwm/hyprgraphics' (2025-02-01) rev: 5ac80e3686a4dfa55d2bd15c81a266b89594a295 → 'github:hyprwm/hyprgraphics' (2025-02-08) rev: 175c6b29b6ff82100539e7c4363a35a02c74dd73 • Updated input 'hyprland/hyprland-qtutils': 'github:hyprwm/hyprland-qtutils' (2025-01-27) rev: 96bf0677fa9cd13508294e3d4559dfbbc8beff73 → 'github:hyprwm/hyprland-qtutils' (2025-02-08) rev: 3504a293c8f8db4127cb0f7cfc1a318ffb4316f8 • Updated input 'hyprland/hyprlang': 'github:hyprwm/hyprlang' (2025-01-23) rev: f41271d35cc0f370d300413d756c2677f386af9d → 'github:hyprwm/hyprlang' (2025-02-08) rev: a7334904d591f38757c46fbe2ab68651877d9099 • Updated input 'hyprland/hyprutils': 'github:hyprwm/hyprutils' (2025-01-27) rev: 6a8bc9d2a4451df12f5179dc0b1d2d46518a90ab → 'github:hyprwm/hyprutils' (2025-02-08) rev: e4e018a2ca6f5a9c33511973454199e1c7c85499 • Updated input 'hyprland/hyprwayland-scanner': 'github:hyprwm/hyprwayland-scanner' (2024-12-29) rev: de913476b59ee88685fdc018e77b8f6637a2ae0b → 'github:hyprwm/hyprwayland-scanner' (2025-02-08) rev: 04146df74a8d5ec0b579657307be01f1e241125f • Updated input 'jellyfin-flake': 'github:matt1432/nixos-jellyfin' (2025-02-01) rev: dd838e535a264d3f6aa51a234f154224e46f1eed → 'github:matt1432/nixos-jellyfin' (2025-02-09) rev: 42092d54585cef272cac955cb0a07e3f76d46de4 • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS' (2025-02-06) rev: 4642ec1073a7417e6303484d8f2e7d29dc24a50f → 'github:Jovian-Experiments/Jovian-NixOS' (2025-02-12) rev: 3dab95e02b5eeb9aec44a161bbed2b16b3d03aac • Updated input 'nix-gaming': 'github:fufexan/nix-gaming' (2025-02-09) rev: 8fc10023a4057e81361fb46f38d8c593de99f3e2 → 'github:fufexan/nix-gaming' (2025-02-11) rev: 1d23e26a88c30f401ecd8a654d71ac6441d0d324 • Updated input 'nixcord': 'github:kaylorben/nixcord' (2025-02-08) rev: 677db34f35bdffcdca07246099ea3b22fc6688dc → 'github:kaylorben/nixcord' (2025-02-11) rev: 6696ee49650793e8a1d2def341c4fd75cc856f91 • Updated input 'nixd': 'github:nix-community/nixd' (2025-02-01) rev: 06d1c850614d0ea60b4f7e3fd89cca0628c21feb → 'github:nix-community/nixd' (2025-02-11) rev: 065dcb4cb2f8269d6d15d2b2491a79cff47f9550 • Updated input 'nixpkgs': 'github:NixOS/nixpkgs' (2025-02-08) rev: a79cfe0ebd24952b580b1cf08cd906354996d547 → 'github:NixOS/nixpkgs' (2025-02-10) rev: 64e75cd44acf21c7933d61d7721e812eac1b5a0a • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland' (2025-02-09) rev: e1f306052d4bc4ed7c773e3c9e7fc1c6574a100b → 'github:nix-community/nixpkgs-wayland' (2025-02-12) rev: aa13cfafacad104ce67c961be48461d3fc52f57b • Updated input 'sops-nix': 'github:Mic92/sops-nix' (2025-01-31) rev: 4c1251904d8a08c86ac6bc0d72cc09975e89aef7 → 'github:Mic92/sops-nix' (2025-02-11) rev: 07af005bb7d60c7f118d9d9f5530485da5d1e975 • Updated input 'ts-for-gir-src': 'github:gjsify/ts-for-gir' (2025-01-22) rev: 273918e99db404c17f3c9e848c3de96356be0ad7 → 'github:gjsify/ts-for-gir' (2025-02-12) rev: d1e462ffdb6150749d2e4e7edf97b93f82c525d2 • Updated input 'tuya-local-src': 'github:make-all/tuya-local' (2025-02-09) rev: 358f27849f03c4ee7190be3ddb64eb0d3cf149f9 → 'github:make-all/tuya-local' (2025-02-11) rev: 064889632d3b95afd2a37b6f353cd341f34bb2bd Docker Images: • ghcr.io/linuxserver/bazarr latest: sha256:8415caab20c3642adb281ea066e82a58b8011b6e12bec5339db66599b700f805 → sha256:88272d031e268a5d10035e2707fc095417dba9794a7a4a59b51f01e6f9b74f65 • ghcr.io/linuxserver/prowlarr latest: sha256:b242bc98897d8fa65db7b72f5dbde04b161a092d3cce2321b8c7e62c9321820d → sha256:8883bf1c8afdd45dfb8146041d944656efac01208ef44b7bbdd2aa8b0fbc1782 • ghcr.io/linuxserver/sonarr latest: sha256:20b81f5054d31f0151be3c5e282a85361cc24b7ffaab67a997bb4379caa8485b → sha256:28d9dcbc846aed74bd47dc90305e016183443ddc3dfa3e8bcac268fc653a6e5e Node modules: @types/node: 22.13.0 -> 22.13.1 esbuild: 0.24.2 -> 0.25.0 eslint: 9.20.0 -> 9.20.1 typescript-eslint: 8.23.0 -> 8.24.0 nix-update executions: material-rounded-theme: 3.0.6 -> 3.0.7
2025-02-12 10:05:43 -05:00
"esbuild": "0.25.0",
chore: update sources Flake Inputs: • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder' (2025-02-20) rev: 51d883b97f057efc4168aaa80d5364ace8beef9b → 'git+https://repo.dec05eba.com/gpu-screen-recorder' (2025-02-22) rev: 7e8d6b3f33d7a45caf294cc22fb4cfffa7b09a3a • Updated input 'home-manager': 'github:nix-community/home-manager' (2025-02-21) rev: 3c82285348bc811b723014cf4dba2f87e7ffc885 → 'github:nix-community/home-manager' (2025-02-22) rev: cb3f6e9b59d3a5e51ef9f7da2b8418d5c72aaef8 • Updated input 'hyprland': 'github:hyprwm/Hyprland' (2025-02-21) rev: 0e24f9c0d55fcd9a5b2461a865d0e5dc2ea195c8 → 'github:hyprwm/Hyprland' (2025-02-21) rev: f4b148df1e2d8edc96bd878a4cfde32ca6515ac8 • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS' (2025-02-21) rev: 853fa6c627c568ef1452083fdc917a43f52cb6e0 → 'github:Jovian-Experiments/Jovian-NixOS' (2025-02-22) rev: b555a7faa4831d47b3e11c78195d339f5ae58b3b • Updated input 'nix-gaming': 'github:fufexan/nix-gaming' (2025-02-21) rev: e319f4c8f0082f2b69cf7580b41cf577211f3742 → 'github:fufexan/nix-gaming' (2025-02-22) rev: 98d916077d100f8e220dad75c70a61382747b609 • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland' (2025-02-21) rev: cd1e927d3e66c3af30e860a006da744bba2c7cad → 'github:nix-community/nixpkgs-wayland' (2025-02-22) rev: 15203f2f89f630c7458b1c684df0374d67c6416f • Updated input 'spotifyplus-src': 'github:thlucas1/homeassistantcomponent_spotifyplus' (2025-02-21) rev: d0ac923a443d93f4f95f3522c6ee1a8292b0947e → 'github:thlucas1/homeassistantcomponent_spotifyplus' (2025-02-21) rev: b3e2a328337d12046fc8e23b084d9b7971e40869 • Updated input 'spotifywebapi-src': 'github:thlucas1/SpotifyWebApiPython' (2025-02-20) rev: 60d2906637dc4724ccc62fa0c7a6251c75c570fc → 'github:thlucas1/SpotifyWebApiPython' (2025-02-22) rev: ee75577b1e4e39fa233beebc27b5200c5b3bd5c0 • Updated input 'tuya-local-src': 'github:make-all/tuya-local' (2025-02-21) rev: 9a5c1e516c8d6c3b0ecd7b6f890ede2a8dd178a6 → 'github:make-all/tuya-local' (2025-02-22) rev: 1c8b4719d20ee614ee556dcf69e32a0dbd8da14c Docker Images: • postgres 14: sha256:5d8330e221083215ffbb3c5feeb2cfe44aadda827bc3f0dad9bbf3e58ed2e895 → sha256:0c39cbac2c87f0342f38f55cb1f3414726237086b3ab588ddbab3c81a8e08e0a • postgres 15-alpine: sha256:4bd44d9ac596285e113c44feb6f1e5e0c63c0121282dede187c9a5b9f8597efe → sha256:bfee8fabec7c662311eff39111a890f68a46a78a3b35e91353e185e7d5918517 • ghcr.io/linuxserver/sonarr latest: sha256:28d9dcbc846aed74bd47dc90305e016183443ddc3dfa3e8bcac268fc653a6e5e → sha256:4dfedb2598dc6bd51c40f4ecea2631dbe367840678ab109cd968f821d81a5327 Node modules: @types/node: 22.13.4 -> 22.13.5 eslint: 9.20.1 -> 9.21.0 @eslint/js: 9.20.0 -> 9.21.0
2025-02-22 16:59:52 -05:00
"eslint": "9.21.0",
chore: update sources Flake Inputs: • Updated input 'caddy-plugins': 'github:matt1432/nixos-caddy-cloudflare' (2024-08-03) rev: 7b8472315cd0db91093173dd52d7a346c15353a0 → 'github:matt1432/nixos-caddy-cloudflare' (2024-12-17) rev: b6cecba0d5b3c6eded63751f202fb4877db3f776 • Updated input 'custom-sidebar-src': 'github:elchininet/custom-sidebar' (2024-12-12) rev: 1ea81c3b2f553847b8b01d1a7ec397e64e4340ca → 'github:elchininet/custom-sidebar' (2024-12-16) rev: 9c7b557ec9595748e6bb98cad469ba3567df1026 • Updated input 'discord-overlay': 'github:matt1432/discord-nightly-overlay' (2024-12-13) rev: f80d3bdb5db114e2a5ee5d49ba813756fc150c54 → 'github:matt1432/discord-nightly-overlay' (2024-12-17) rev: 0e4b7e02015ca477d6da4945b34fa002c19e3c6c • Updated input 'home-manager': 'github:nix-community/home-manager' (2024-12-13) rev: 66c5d8b62818ec4c1edb3e941f55ef78df8141a8 → 'github:nix-community/home-manager' (2024-12-16) rev: 83ecd50915a09dca928971139d3a102377a8d242 • Updated input 'hyprgrass': 'github:horriblename/hyprgrass' (2024-12-13) rev: dc19ccb209147312a4f60d76193b995c2634e756 → 'github:horriblename/hyprgrass' (2024-12-17) rev: 9df724651ea92fc0c90ec55e0ef66048c9f76b57 • Updated input 'hyprland': 'github:hyprwm/Hyprland' (2024-12-13) rev: 61a51bb4ef5ff38a8482933da1756bf31d4475be → 'github:hyprwm/Hyprland' (2024-12-17) rev: 5f1df55fcb45a72e92258113685aa9064f6ebf3e • Updated input 'hyprland/aquamarine': 'github:hyprwm/aquamarine' (2024-11-18) rev: 4468981c1c50999f315baa1508f0e53c4ee70c52 → 'github:hyprwm/aquamarine' (2024-12-17) rev: a132fa41be7ebe797ad758e84d9df068151a723b • Updated input 'hyprland/hyprcursor': 'github:hyprwm/hyprcursor' (2024-10-11) rev: 0264e698149fcb857a66a53018157b41f8d97bb0 → 'github:hyprwm/hyprcursor' (2024-12-16) rev: f388aacd22be4a6e4d634fbaf6f75eb0713d239a • Updated input 'hyprland/hyprgraphics': 'github:hyprwm/hyprgraphics' (2024-12-03) rev: cc95e5babc6065bc3ab4cd195429a9900836ef13 → 'github:hyprwm/hyprgraphics' (2024-12-08) rev: fb2c0268645a77403af3b8a4ce8fa7ba5917f15d • Updated input 'hyprland/hyprland-qtutils': 'github:hyprwm/hyprland-qtutils' (2024-12-06) rev: 969427419276c7ee170301ef1ebe0f68eb6eb2e2 → 'github:hyprwm/hyprland-qtutils' (2024-12-11) rev: 3833097e50473a152dd614d4b468886840b4ea78 • Updated input 'hyprland/hyprlang': 'github:hyprwm/hyprlang' (2024-10-05) rev: f054f2e44d6a0b74607a6bc0f52dba337a3db38e → 'github:hyprwm/hyprlang' (2024-12-16) rev: 16e59c1eb13d9fb6de066f54e7555eb5e8a4aba5 • Updated input 'hyprland/hyprwayland-scanner': 'github:hyprwm/hyprwayland-scanner' (2024-09-20) rev: 500c81a9e1a76760371049a8d99e008ea77aa59e → 'github:hyprwm/hyprwayland-scanner' (2024-12-16) rev: 90e87f7fcfcce4862826d60332cbc5e2f87e1f88 • Updated input 'hyprland/pre-commit-hooks': 'github:cachix/git-hooks.nix' (2024-12-04) rev: 6f4e2a2112050951a314d2733a994fbab94864c6 → 'github:cachix/git-hooks.nix' (2024-12-16) rev: 0bb4be58f21ff38fc3cdbd6c778eb67db97f0b99 • Updated input 'hyprland/xdph': 'github:hyprwm/xdg-desktop-portal-hyprland' (2024-12-02) rev: fd85ef39369f95eed67fdf3f025e86916edeea2f → 'github:hyprwm/xdg-desktop-portal-hyprland' (2024-12-17) rev: 3e884d941ca819c1f2e50df8bdae0debded1ed87 • Updated input 'hyprland-plugins': 'github:hyprwm/hyprland-plugins' (2024-12-04) rev: 2530394e67b436f4aea8225111cf37c1403ccb78 → 'github:hyprwm/hyprland-plugins' (2024-12-17) rev: 179fab73cd399982f5d37389fb307497eb65be45 • Updated input 'hyprpaper': 'github:hyprwm/hyprpaper' (2024-11-28) rev: a3ceb20095c1fae9acb10c37713caf2df28f3ec9 → 'github:hyprwm/hyprpaper' (2024-12-15) rev: eb9db3b815b09e8dcc5ae92b1bd03f9c8e63eeea • Updated input 'hyprpaper/hyprgraphics': 'github:hyprwm/hyprgraphics' (2024-11-28) rev: 4d927a52be7e15e0846456f2aa1b0ad76b5bf059 → 'github:hyprwm/hyprgraphics' (2024-12-08) rev: fb2c0268645a77403af3b8a4ce8fa7ba5917f15d • Updated input 'hyprutils': 'github:hyprwm/hyprutils' (2024-12-06) rev: 104117aed6dd68561be38b50f218190aa47f2cd8 → 'github:hyprwm/hyprutils' (2024-12-16) rev: e6cf45cd1845368702e03b8912f4cc44ebba3322 • Updated input 'jellyfin-flake': 'github:matt1432/nixos-jellyfin' (2024-11-27) rev: 28c58c6ae0edf39df3eb402e826ae7d6d6cfa6d9 → 'github:matt1432/nixos-jellyfin' (2024-12-15) rev: ea908887a515b904117de1216da9e6457f35e210 • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS' (2024-12-12) rev: 71a588300c2902ca668f505be9f2fc4b4abf4c7e → 'github:Jovian-Experiments/Jovian-NixOS' (2024-12-14) rev: 31bdf4c7c91204d65afbde01146deee0259a8fb7 • Updated input 'nix-gaming': 'github:fufexan/nix-gaming' (2024-12-12) rev: 43b9832ae7407054aa411d485e701b4a207ce6d3 → 'github:fufexan/nix-gaming' (2024-12-18) rev: 3a37d41cbe8cda558c5d1a83e73fd452207cd914 • Updated input 'nix-index-db': 'github:Mic92/nix-index-database' (2024-12-08) rev: f1e477a7dd11e27e7f98b646349cd66bbabf2fb8 → 'github:Mic92/nix-index-database' (2024-12-15) rev: 311d6cf3ad3f56cb051ffab1f480b2909b3f754d • Updated input 'nixpkgs': 'github:NixOS/nixpkgs' (2024-12-11) rev: 5d67ea6b4b63378b9c13be21e2ec9d1afc921713 → 'github:NixOS/nixpkgs' (2024-12-13) rev: 3566ab7246670a43abd2ffa913cc62dad9cdf7d5 • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland' (2024-12-13) rev: 496de7758455678c1014925a12acc1e442c1912a → 'github:nix-community/nixpkgs-wayland' (2024-12-17) rev: 31b60284243f8b077894371f1ab3753dc26653c7 • Updated input 'pcsd': 'github:matt1432/nixos-pcsd' (2024-12-13) rev: 2632c3a670f73fada8e0830c3f6152524a17b323 → 'github:matt1432/nixos-pcsd' (2024-12-18) rev: e306b77b44c461b1b66c5f17f6f52859b5d3374e • Updated input 'spotifyplus-src': 'github:thlucas1/homeassistantcomponent_spotifyplus' (2024-12-12) rev: dd319cc6ce10863d695692ecffd48441d08e00b9 → 'github:thlucas1/homeassistantcomponent_spotifyplus' (2024-12-17) rev: 233e2f48ee78aaeb53553fcde9e635e5b8df4c3d • Updated input 'tuya-local-src': 'github:make-all/tuya-local' (2024-12-13) rev: e6a7dd1cb485bbdda0bac82b89bac7f418f73704 → 'github:make-all/tuya-local' (2024-12-17) rev: 5f1e17a065b6f7cddadd9244348dbaf004b12e5b Docker Images: • ghcr.io/linuxserver/bazarr latest: sha256:954b303893a33b84075857534ad863dc349b8a9e7e838f134e037558ea84823f → sha256:a602332403fcac11717c37ba14fb1852eb0b752d95db67915914fc9dd9e653a8 • ghcr.io/linuxserver/prowlarr latest: sha256:6b4ce037964e4bf50d341bc9b3aa800238d46ff7de4d7ecc029280c4bb5b2e68 → sha256:e64cb6fe480d68615cbec57b9c717fafb321676f360575b332990fc6251a386c • ghcr.io/linuxserver/radarr latest: sha256:18d7873c8b773c10944c475fe96ca8ae79186512d3c6f403bcbd4409c9c4acfc → sha256:ee4c2213b769bc9a891b5dd5aa1786804634fb681dd261b3bed6b65d98592c55 Firefox Addons: darkreader: 4.9.97 -> 4.9.99 sponsorblock: 5.10.1 -> 5.10.3 Node modules: @eslint/js: 9.16.0 -> 9.17.0 eslint: 9.16.0 -> 9.17.0 jiti: 2.4.1 -> 2.4.2 typescript-eslint: 8.18.0 -> 8.18.1
2024-12-17 22:55:40 -05:00
"jiti": "2.4.2",
chore: update sources Flake Inputs: • Updated input 'astal': 'github:Aylur/astal' (2025-02-26) rev: b7f10b99bc810e7ad6a949d6670cb440d33045a0 → 'github:Aylur/astal' (2025-02-28) rev: dfd1f23c7562694e571d44c45aa74fcea9b1ba01 • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder' (2025-02-27) rev: 9bfeb95e3969f978686d57d7301174f29394088f → 'git+https://repo.dec05eba.com/gpu-screen-recorder' (2025-03-01) rev: 23122ce9b08f46ecc3118df8af17c0dc9d74f4c5 • Updated input 'home-manager': 'github:nix-community/home-manager' (2025-02-27) rev: 343646e092696d94b6f22b6875ae685756fd4cf0 → 'github:nix-community/home-manager' (2025-03-01) rev: fcac3d6d88302a5e64f6cb8014ac785e08874c8d • Updated input 'hyprgrass': 'github:horriblename/hyprgrass' (2025-02-18) rev: 3c290c81c89156d82dc2d2912840b3b67addbb90 → 'github:horriblename/hyprgrass' (2025-03-01) rev: 0ecdae6e14b4a43011ef32eb0094aacf664912eb • Updated input 'hyprland': 'github:hyprwm/Hyprland' (2025-02-26) rev: d5920bc5da75b8eaf3476bc814bd46d225709788 → 'github:hyprwm/Hyprland' (2025-03-01) rev: 2acbb59bf218331a090f402982f22fd7f85ae50f • Updated input 'hyprpaper': 'github:hyprwm/hyprpaper' (2025-02-09) rev: 7e18ebc843ee4ccf2632091d55c73428b339265b → 'github:hyprwm/hyprpaper' (2025-02-28) rev: 6f4ba431638e44478417b9f524fb1771e5eda83c • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS' (2025-02-27) rev: 227d9adc3331820a349b3344a5fcc710a5f196c1 → 'github:Jovian-Experiments/Jovian-NixOS' (2025-02-28) rev: 85902bc8c7b759080fac8906dd17298e29a3b20d • Updated input 'nix-gaming': 'github:fufexan/nix-gaming' (2025-02-26) rev: 452fbd6a30f128dddf26c63f727cf685b5af5658 → 'github:fufexan/nix-gaming' (2025-03-01) rev: 5e173f8c31fd9544002f37c1a107d839fcc83687 • Updated input 'nixcord': 'github:kaylorben/nixcord' (2025-02-27) rev: 6c5583b38f5c3ccc40b90be0129407a4d04ab683 → 'github:kaylorben/nixcord' (2025-03-01) rev: a1b3b4ccc9d48791ea63d1e94819077a1e379e2a • Updated input 'nixpkgs': 'github:NixOS/nixpkgs' (2025-02-26) rev: 5135c59491985879812717f4c9fea69604e7f26f → 'github:NixOS/nixpkgs' (2025-02-27) rev: 6313551cd05425cd5b3e63fe47dbc324eabb15e4 • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland' (2025-02-27) rev: 3b15bb3ab4868d20958a71232290d0ab2f9849aa → 'github:nix-community/nixpkgs-wayland' (2025-03-01) rev: 4d911d01738dfc5e130badc7b8de509f0987658a • Updated input 'spotifyplus-src': 'github:thlucas1/homeassistantcomponent_spotifyplus' (2025-02-26) rev: 6b67846e275ee184e31add3499a3d3207e33514f → 'github:thlucas1/homeassistantcomponent_spotifyplus' (2025-02-27) rev: a689652dde8f79317adbe4aad98b7273e7b1f0f3 • Updated input 'tuya-local-src': 'github:make-all/tuya-local' (2025-02-26) rev: 45246a0e24477d7d882a27f5bb094788970682ae → 'github:make-all/tuya-local' (2025-02-28) rev: 86d29eabc78f01f3f4a9f36105796ef6171cdac3 Docker Images: • postgres 14: sha256:c550fd3da21db9d7794aaa2365ba147842472da72601b4d9edd106ac9a800bd2 → sha256:c0e14efd7eaf4d83e443b6e7047ddde6465edbbbcc28ae770d9f5398abba1969 • postgres 15-alpine: sha256:bfee8fabec7c662311eff39111a890f68a46a78a3b35e91353e185e7d5918517 → sha256:ef9d1517df69c4d27dbb9ddcec14f431a2442628603f4e9daa429b92ae6c3cd1 Firefox Addons: bitwarden: 2024.12.4 -> 2025.2.0 darkreader: 4.9.101 -> 4.9.103 stylus: 2.3.12 -> 2.3.13 Node modules: @types/node: 22.13.5 -> 22.13.8 pkg-types: 2.0.0 -> 2.0.1 typescript: 5.7.3 -> 5.8.2 Caddy Plugins: cloudflare: v0.0.0-20250214163716-188b4850c0f2 -> v0.0.0-20250228175314-1fb64108d4de
2025-03-01 15:13:56 -05:00
"pkg-types": "2.0.1",
2025-03-02 13:46:50 -05:00
"typescript": "5.7.3"
}
}