n8n to 2.1.2, flake update

This commit is contained in:
m3tm3re
2025-12-23 09:26:11 +01:00
parent 0db161efac
commit d7d64634ee
5 changed files with 12 additions and 15 deletions

View File

@@ -3,10 +3,7 @@
additions = final: prev:
(import ../pkgs {pkgs = final;})
# // (inputs.hyprpanel.overlay final prev)
// {rose-pine-hyprcursor = inputs.rose-pine-hyprcursor.packages.${prev.system}.default;}
// {
crush = inputs.nix-ai-tools.packages.${prev.system}.crush;
};
// {rose-pine-hyprcursor = inputs.rose-pine-hyprcursor.packages.${prev.system}.default;};
# This one contains whatever you want to overlay
# You can change versions, add patches, set compilation flags, anything really.

View File

@@ -1,18 +1,18 @@
{prev}:
prev.n8n.overrideAttrs (oldAttrs: rec {
version = "2.0.1";
version = "2.1.2";
src = prev.fetchFromGitHub {
owner = "n8n-io";
repo = "n8n";
rev = "n8n@${version}";
hash = "sha256-+RSQqPNcGdutwuh/cQ4C7vH8YwWOI2a/ZMH9F6VvB44=";
hash = "sha256-8hwtVO09ulqsFrlM6a0o+suqSx/LAKi/2zV1B364uHU=";
};
pnpmDeps = prev.pnpm_10.fetchDeps {
pname = oldAttrs.pname;
inherit version src;
fetcherVersion = 1;
hash = "sha256-a+LiOnfKSNbBn/3tmAYIlDHqEH4o2Uu1Puhnx1yxXRI=";
hash = "sha256-IJN7f6EaKprEetv9NGdcAIgFn9uwfOjL4WQopQ19D0A=";
};
})