diff --git a/apps/update-sources/default.nix b/apps/update-sources/default.nix index 7df7a5b8..3834ac3b 100644 --- a/apps/update-sources/default.nix +++ b/apps/update-sources/default.nix @@ -10,7 +10,7 @@ }: buildApp { src = ./.; - npmDepsHash = "sha256-oRIqhgLKlm7Kjvfzj9fQ8Yoa908mltH4EDGymulJDEY="; + npmDepsHash = "sha256-AC9uqjr7Pp8JqGvg7XcpMb3Bp74KxjK7nU7ziVAudSY="; runtimeInputs = [ findutils diff --git a/apps/update-sources/package-lock.json b/apps/update-sources/package-lock.json index 4adcbe92..bc564459 100644 Binary files a/apps/update-sources/package-lock.json and b/apps/update-sources/package-lock.json differ diff --git a/apps/update-sources/package.json b/apps/update-sources/package.json index 9c382dbc..c29e0f54 100644 --- a/apps/update-sources/package.json +++ b/apps/update-sources/package.json @@ -8,7 +8,7 @@ }, "devDependencies": { "eslint-conf": "file:../config", - "@types/node": "22.12.0", + "@types/node": "22.13.0", "esbuild": "0.24.2", "eslint": "9.19.0", "jiti": "2.4.2", diff --git a/configurations/nos/modules/docker/media/sonarr/images/sonarr.nix b/configurations/nos/modules/docker/media/sonarr/images/sonarr.nix index 51b40ab4..367101a0 100644 --- a/configurations/nos/modules/docker/media/sonarr/images/sonarr.nix +++ b/configurations/nos/modules/docker/media/sonarr/images/sonarr.nix @@ -1,8 +1,8 @@ pkgs: pkgs.dockerTools.pullImage rec { imageName = "ghcr.io/linuxserver/sonarr"; - imageDigest = "sha256:7f593f902c27aeb269cd92d3667049e62038540058b086bb32ec1711918f4503"; - hash = "sha256-x3eQfV4kUsQqbn/apGFKnRfcWdXfXsg+eDNf47w3JSM="; + imageDigest = "sha256:47ce6f3b2afb17c12b393da2fefb11718f15cd1308baeba1cb61cbbbb9c5aedc"; + hash = "sha256-dbkIpkLnZXVFK2dDhNWqPCGh6byus6AnTre6tj9fn1s="; finalImageName = imageName; finalImageTag = "latest"; } diff --git a/configurations/nos/modules/qbittorrent/vuetorrent.nix b/configurations/nos/modules/qbittorrent/vuetorrent.nix index b5d09f91..fc9965d9 100644 --- a/configurations/nos/modules/qbittorrent/vuetorrent.nix +++ b/configurations/nos/modules/qbittorrent/vuetorrent.nix @@ -1,6 +1,6 @@ # This file was autogenerated. DO NOT EDIT! { - version = "2.21.0"; - url = "https://github.com/VueTorrent/VueTorrent/releases/download/v2.21.0/vuetorrent.zip"; - hash = "sha256-0qSpIP8FVfCvIWvPIBpgb78BC0+z0T7PdBrwZpL8KHo="; + version = "2.22.0"; + url = "https://github.com/VueTorrent/VueTorrent/releases/download/v2.22.0/vuetorrent.zip"; + hash = "sha256-2txbt7wUzCuoosdlkk0/kmdzCtReWvw72DRhu/pkvSE="; } diff --git a/flake.lock b/flake.lock index bce2cc66..b9db4a96 100644 Binary files a/flake.lock and b/flake.lock differ diff --git a/flake.nix b/flake.nix index b81901d3..2861ec9f 100644 Binary files a/flake.nix and b/flake.nix differ diff --git a/inputs/default.nix b/inputs/default.nix index 837362ca..646dae36 100644 --- a/inputs/default.nix +++ b/inputs/default.nix @@ -175,9 +175,6 @@ let hyprgrass = mkHyprDep { owner = "horriblename"; repo = "hyprgrass"; - - # FIXME: https://github.com/horriblename/hyprgrass/pull/207 - rev = "184467d3b785c67062b240bd0eb5239e7ec5d09e"; }; hyprpaper = mkHyprDep { diff --git a/lib/pkgs/mk-types/default.nix b/lib/pkgs/mk-types/default.nix index e9304f30..73178bee 100644 --- a/lib/pkgs/mk-types/default.nix +++ b/lib/pkgs/mk-types/default.nix @@ -21,7 +21,7 @@ in pname = "${pname}-types"; version = "0.0.0"; - npmDepsHash = "sha256-cpZ1f2fPrlbMXnuKrOuCqeW+qaJwr2UM6Q6wpDWuViA="; + npmDepsHash = "sha256-bXFAY6QjX8QpAb/IG0ODvlR/eMgCigKNl1G1WJaJqbU="; src = ./.; dontNpmBuild = true; diff --git a/lib/pkgs/mk-types/package-lock.json b/lib/pkgs/mk-types/package-lock.json index b3d2cda1..f366303f 100644 Binary files a/lib/pkgs/mk-types/package-lock.json and b/lib/pkgs/mk-types/package-lock.json differ diff --git a/modules/ags/config/default.nix b/modules/ags/config/default.nix index c1eccc68..51ab1170 100644 --- a/modules/ags/config/default.nix +++ b/modules/ags/config/default.nix @@ -1,3 +1,3 @@ { - npmDepsHash = "sha256-1IpyPQpQHyk2hwSYuodaECTs8gSIaAp4JugeKTp9Q/A="; + npmDepsHash = "sha256-yaO4O/MR/3rd2tH/O6qUTFgag32GnxOiFcwaNcnRpqY="; } diff --git a/modules/ags/config/package-lock.json b/modules/ags/config/package-lock.json index 8abcb923..04224f91 100644 Binary files a/modules/ags/config/package-lock.json and b/modules/ags/config/package-lock.json differ