chore: update sources

Flake Inputs:
    • Updated input 'astal':
        'github:Aylur/astal' (2025-03-07) rev: e14e19c220575446c4a0e815705c88b28e3850e0
      → 'github:Aylur/astal' (2025-03-08) rev: f38433594051ee75957720d1c36de00896a67eb6

    • Updated input 'home-manager':
        'github:nix-community/home-manager' (2025-03-07) rev: 04c915bcf1a1eac3519372ff3185beef053fba7c
      → 'github:nix-community/home-manager' (2025-03-08) rev: 7f4c60a3d6e548dbc13666565c22cb3f8dcdad44

    • Updated input 'hyprland':
        'github:hyprwm/Hyprland' (2025-03-06) rev: 7753e8ea686ba0aeaa825502f27e5b3f813faade
      → 'github:hyprwm/Hyprland' (2025-03-08) rev: d30cc19d253a3db784ad10c3084f58cbb52d325a

    • Updated input 'hyprland/aquamarine':
        'github:hyprwm/aquamarine' (2025-02-11) rev: f239e5aadd6d23c48e085c2de3397e2058e54d16
      → 'github:hyprwm/aquamarine' (2025-03-06) rev: 81498562d0f53e613d30368bb5b076784fa86f80

    • Updated input 'hyprland/hyprlang':
        'github:hyprwm/hyprlang' (2025-02-08) rev: a7334904d591f38757c46fbe2ab68651877d9099
      → 'github:hyprwm/hyprlang' (2025-03-05) rev: 72df3861f1197e41b078faa3e38eedd60e00018d

    • Updated input 'hyprland/hyprutils':
        'github:hyprwm/hyprutils' (2025-02-18) rev: 61a5382f4b1ab578064d470b1b3d3f0df396b8ba
      → 'github:hyprwm/hyprutils' (2025-03-04) rev: 6b0154b183f9539097f13af9b5da78ca24da6df2

    • Updated input 'hyprland/hyprwayland-scanner':
        'github:hyprwm/hyprwayland-scanner' (2025-02-08) rev: 04146df74a8d5ec0b579657307be01f1e241125f
      → 'github:hyprwm/hyprwayland-scanner' (2025-02-18) rev: 206367a08dc5ac4ba7ad31bdca391d098082e64b

    • Updated input 'jovian':
        'github:Jovian-Experiments/Jovian-NixOS' (2025-03-07) rev: 1821e6ae980ff6175d28065ad6d0c87560d2b8ea
      → 'github:Jovian-Experiments/Jovian-NixOS' (2025-03-08) rev: d6075ed971c7bc60d4295670561270841525bdf9

    • Updated input 'nix-index-db':
        'github:Mic92/nix-index-database' (2025-03-02) rev: 26a0f969549cf4d56f6e9046b9e0418b3f3b94a5
      → 'github:Mic92/nix-index-database' (2025-03-08) rev: eeaf10849c3a0435323216885c0df7569dc95cb9

    • Updated input 'nixpkgs-wayland':
        'github:nix-community/nixpkgs-wayland' (2025-03-07) rev: ef25348c4447a2fc6603c76aee6c0b4532488107
      → 'github:nix-community/nixpkgs-wayland' (2025-03-08) rev: 9383414b9769faee22cedf0ff2b4e52cd7615b74

    • Updated input 'spotifywebapi-src':
        'github:thlucas1/SpotifyWebApiPython' (2025-03-02) rev: 617f5e9497d1b0a732af753e4744f80697667917
      → 'github:thlucas1/SpotifyWebApiPython' (2025-03-08) rev: 0afe814eaf7faac6a8992266e0525a23dae8cbf1

Docker Images:
    • ghcr.io/linuxserver/sonarr latest:
       sha256:4dfedb2598dc6bd51c40f4ecea2631dbe367840678ab109cd968f821d81a5327
     → sha256:49a8e636fd4514b23d37c84660101fecbb632174ba0569e0f09bbd2659a2a925

Node modules:
    @types/node: 22.13.9 -> 22.13.10
This commit is contained in:
matt1432 2025-03-08 14:58:41 -05:00
parent cdf28bd4f5
commit 9a720b2c11
19 changed files with 158 additions and 163 deletions

View file

@ -5,7 +5,7 @@
}:
buildApp {
src = ./.;
npmDepsHash = "sha256-tt3daOC3Qen0LqcN2St0AUqbywJVQlY1dFpt1O3yLV8=";
npmDepsHash = "sha256-h695gsDTj/I3RXWL47xfxGuJiC/IE+3dkYpPVs1KD+o=";
runtimeInputs = [
ffmpeg-full

View file

@ -9,7 +9,7 @@
"version": "0.0.0",
"dependencies": {
"@types/fluent-ffmpeg": "2.1.27",
"@types/node": "22.13.9",
"@types/node": "22.13.10",
"esbuild": "0.25.0",
"eslint": "9.22.0",
"fluent-ffmpeg": "2.1.3",
@ -649,9 +649,9 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "22.13.9",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.9.tgz",
"integrity": "sha512-acBjXdRJ3A6Pb3tqnw9HZmyR3Fiol3aGxRCK1x3d+6CDAMjl7I649wpSd+yNURCjbOUGu9tqtLKnTGxmK6CyGw==",
"version": "22.13.10",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.10.tgz",
"integrity": "sha512-I6LPUvlRH+O6VRUqYOcMudhaIdUVWfsjnZavnsraHvpBwaEyMN29ry+0UVJhImYL16xsscu0aske3yA+uPOWfw==",
"license": "MIT",
"dependencies": {
"undici-types": "~6.20.0"

View file

@ -9,7 +9,7 @@
"dependencies": {
"@types/fluent-ffmpeg": "2.1.27",
"fluent-ffmpeg": "2.1.3",
"@types/node": "22.13.9",
"@types/node": "22.13.10",
"esbuild": "0.25.0",
"eslint": "9.22.0",
"jiti": "2.4.2",

View file

@ -5,7 +5,7 @@
}:
buildApp {
src = ./.;
npmDepsHash = "sha256-vZEZqvUZapl9eNu7j/s3i3G58iqO9E5zTeEo7z2Kb7Q=";
npmDepsHash = "sha256-d8wl0L5TFHniVpUkqaEY3bDveLf5MCfDT3jslm8WD6E=";
runtimeInputs = [
nodejs_latest

View file

@ -8,7 +8,7 @@
"name": "mc-mods",
"version": "0.0.0",
"dependencies": {
"@types/node": "22.13.9",
"@types/node": "22.13.10",
"esbuild": "0.25.0",
"eslint": "9.22.0",
"jiti": "2.4.2",
@ -639,9 +639,9 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "22.13.9",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.9.tgz",
"integrity": "sha512-acBjXdRJ3A6Pb3tqnw9HZmyR3Fiol3aGxRCK1x3d+6CDAMjl7I649wpSd+yNURCjbOUGu9tqtLKnTGxmK6CyGw==",
"version": "22.13.10",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.10.tgz",
"integrity": "sha512-I6LPUvlRH+O6VRUqYOcMudhaIdUVWfsjnZavnsraHvpBwaEyMN29ry+0UVJhImYL16xsscu0aske3yA+uPOWfw==",
"license": "MIT",
"dependencies": {
"undici-types": "~6.20.0"
@ -1017,9 +1017,9 @@
}
},
"node_modules/exsolve": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/exsolve/-/exsolve-1.0.2.tgz",
"integrity": "sha512-ZEcIMbthn2zeX4/wD/DLxDUjuCltHXT8Htvm/JFlTkdYgWh2+HGppgwwNUnIVxzxP7yJOPtuBAec0dLx6lVY8w==",
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/exsolve/-/exsolve-1.0.4.tgz",
"integrity": "sha512-xsZH6PXaER4XoV+NiT7JHp1bJodJVT+cxeSH1G0f0tlT0lJqYuHUP3bUx2HtfTDvOagMINYp8rsqusxud3RXhw==",
"license": "MIT"
},
"node_modules/fast-deep-equal": {

View file

@ -7,7 +7,7 @@
"build": "node_ver=$(node -v); esbuild src/app.ts --bundle --platform=node --target=\"node${node_ver:1:2}\" --outfile=out/bin/app.cjs"
},
"dependencies": {
"@types/node": "22.13.9",
"@types/node": "22.13.10",
"esbuild": "0.25.0",
"eslint": "9.22.0",
"jiti": "2.4.2",

View file

@ -1,7 +1,7 @@
{buildApp, ...}:
buildApp {
src = ./.;
npmDepsHash = "sha256-Ta9nMEvmEl0YkRSGPCOwhk0+gsdQTXgwJT8v3sMXSac=";
npmDepsHash = "sha256-R+ojQh8XsiXYTerSvbnjPw9ByD+fSf4GGtH3m8mqm4Y=";
runtimeInputs = [];

View file

@ -8,7 +8,7 @@
"name": "pin-inputs",
"version": "0.0.0",
"dependencies": {
"@types/node": "22.13.9",
"@types/node": "22.13.10",
"esbuild": "0.25.0",
"eslint": "9.22.0",
"jiti": "2.4.2",
@ -639,9 +639,9 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "22.13.9",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.9.tgz",
"integrity": "sha512-acBjXdRJ3A6Pb3tqnw9HZmyR3Fiol3aGxRCK1x3d+6CDAMjl7I649wpSd+yNURCjbOUGu9tqtLKnTGxmK6CyGw==",
"version": "22.13.10",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.10.tgz",
"integrity": "sha512-I6LPUvlRH+O6VRUqYOcMudhaIdUVWfsjnZavnsraHvpBwaEyMN29ry+0UVJhImYL16xsscu0aske3yA+uPOWfw==",
"license": "MIT",
"dependencies": {
"undici-types": "~6.20.0"
@ -1017,9 +1017,9 @@
}
},
"node_modules/exsolve": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/exsolve/-/exsolve-1.0.2.tgz",
"integrity": "sha512-ZEcIMbthn2zeX4/wD/DLxDUjuCltHXT8Htvm/JFlTkdYgWh2+HGppgwwNUnIVxzxP7yJOPtuBAec0dLx6lVY8w==",
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/exsolve/-/exsolve-1.0.4.tgz",
"integrity": "sha512-xsZH6PXaER4XoV+NiT7JHp1bJodJVT+cxeSH1G0f0tlT0lJqYuHUP3bUx2HtfTDvOagMINYp8rsqusxud3RXhw==",
"license": "MIT"
},
"node_modules/fast-deep-equal": {

View file

@ -7,7 +7,7 @@
"build": "node_ver=$(node -v); esbuild src/app.ts --bundle --platform=node --target=\"node${node_ver:1:2}\" --outfile=out/bin/app.cjs"
},
"dependencies": {
"@types/node": "22.13.9",
"@types/node": "22.13.10",
"esbuild": "0.25.0",
"eslint": "9.22.0",
"jiti": "2.4.2",

View file

@ -12,7 +12,7 @@
}:
buildApp {
src = ./.;
npmDepsHash = "sha256-8D037YDw8a72htNQv7ktCtvNoiU7KaVmvgHncbQdAsE=";
npmDepsHash = "sha256-+/wJ8lbNHjoCrBgH/eZ9huNHjWne6x+qF6wH3MCF0uE=";
runtimeInputs = [
curl

View file

@ -8,7 +8,7 @@
"name": "update-sources",
"version": "0.0.0",
"dependencies": {
"@types/node": "22.13.9",
"@types/node": "22.13.10",
"esbuild": "0.25.0",
"eslint": "9.22.0",
"jiti": "2.4.2",
@ -639,9 +639,9 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "22.13.9",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.9.tgz",
"integrity": "sha512-acBjXdRJ3A6Pb3tqnw9HZmyR3Fiol3aGxRCK1x3d+6CDAMjl7I649wpSd+yNURCjbOUGu9tqtLKnTGxmK6CyGw==",
"version": "22.13.10",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.10.tgz",
"integrity": "sha512-I6LPUvlRH+O6VRUqYOcMudhaIdUVWfsjnZavnsraHvpBwaEyMN29ry+0UVJhImYL16xsscu0aske3yA+uPOWfw==",
"license": "MIT",
"dependencies": {
"undici-types": "~6.20.0"
@ -1017,9 +1017,9 @@
}
},
"node_modules/exsolve": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/exsolve/-/exsolve-1.0.2.tgz",
"integrity": "sha512-ZEcIMbthn2zeX4/wD/DLxDUjuCltHXT8Htvm/JFlTkdYgWh2+HGppgwwNUnIVxzxP7yJOPtuBAec0dLx6lVY8w==",
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/exsolve/-/exsolve-1.0.4.tgz",
"integrity": "sha512-xsZH6PXaER4XoV+NiT7JHp1bJodJVT+cxeSH1G0f0tlT0lJqYuHUP3bUx2HtfTDvOagMINYp8rsqusxud3RXhw==",
"license": "MIT"
},
"node_modules/fast-deep-equal": {

View file

@ -7,7 +7,7 @@
"build": "node_ver=$(node -v); esbuild src/app.ts --bundle --platform=node --target=\"node${node_ver:1:2}\" --outfile=out/bin/app.cjs"
},
"dependencies": {
"@types/node": "22.13.9",
"@types/node": "22.13.10",
"esbuild": "0.25.0",
"eslint": "9.22.0",
"jiti": "2.4.2",