+metabase +nix-colors

This commit is contained in:
2025-09-29 20:56:01 +02:00
parent c11847206f
commit 54f0e622f6
12 changed files with 347 additions and 9 deletions

View File

@@ -1,18 +1,19 @@
{prev}:
prev.n8n.overrideAttrs (oldAttrs: rec {
version = "1.103.2";
version = "1.112.6";
src = prev.fetchFromGitHub {
owner = "n8n-io";
repo = "n8n";
rev = "n8n@${version}";
hash = "sha256-jCIvhQMRHmhaZKIr+zGQ18s1dChUoGE6gsUzknhCvHE=";
hash = "sha256-r/MCU/S1kkKQPkhmp9ZHTtgZxMu5TFCl5Yejp73gATw=";
};
pnpmDeps = prev.pnpm_10.fetchDeps {
pname = oldAttrs.pname;
inherit version src;
hash = "sha256-LierbGPkVIy5/2vtBl94TQcSpmNX9OUDMntDdo5BeiU=";
fetcherVersion = 1;
hash = "sha256-j+HJhvzrcu8JsezcFJxfgteOgTspWQb2ZSN2fEl7Voo=";
};
nativeBuildInputs =