n8n: 1.73.1 -> 1.75.2 (#377349)

Co-authored-by: gepbird <gutyina.gergo.2@gmail.com>

authored by nixpkgs-merge-bot[bot] gepbird and committed by GitHub f39d68b4 d88bf3a7

+3 -3
+3 -3
pkgs/by-name/n8/n8n/package.nix
··· 17 17 18 18 stdenv.mkDerivation (finalAttrs: { 19 19 pname = "n8n"; 20 - version = "1.73.1"; 20 + version = "1.75.2"; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "n8n-io"; 24 24 repo = "n8n"; 25 25 tag = "n8n@${finalAttrs.version}"; 26 - hash = "sha256-gPdJKVOZlizdS0o+2nBgCImnIhtHzRjE2xk0zJA52go="; 26 + hash = "sha256-fIdwciI4QUNr2wNWiq7qT4c6aZeUnkaVhSkIgFO4Svw="; 27 27 }; 28 28 29 29 pnpmDeps = pnpm_9.fetchDeps { 30 30 inherit (finalAttrs) pname version src; 31 - hash = "sha256-Am9R2rfQiw1IPd22/UraqzEqvVeB5XuSrrLSYXWsWfU="; 31 + hash = "sha256-rtXTAHZUeitQFTa1Tw6l4el+xWD2hLT+2wu2LXW80cE="; 32 32 }; 33 33 34 34 nativeBuildInputs =