node-red: 4.0.3 -> 4.0.4 (#347646)

This commit is contained in:
Matthew Croughan 2024-10-10 11:07:55 +01:00 committed by GitHub
commit f6b09981c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 863 additions and 958 deletions

File diff suppressed because it is too large Load Diff

View File

@ -8,16 +8,16 @@
buildNpmPackage rec {
pname = "node-red";
version = "4.0.3";
version = "4.0.4";
src = fetchFromGitHub {
owner = "node-red";
repo = "node-red";
rev = "refs/tags/${version}";
hash = "sha256-AiLGqpEUqvWpI+7cL7ZygT2mSCVt7zCUwEJXvRaiGT8=";
hash = "sha256-s+3OrTj/VwjnK6Ml+4aSlLo/GcpC6BWmGmxAaj1SsMI=";
};
npmDepsHash = "sha256-ipUhco5Z+x2FYqLPdgMYJk4eXrIqn1BHidaYXXgujis=";
npmDepsHash = "sha256-y3agiGh5qApyjFUkxjgEG+Ztx1FL4IOMaJsS4WwZY/c=";
postPatch =
let