Unverified Commit 6b9373f0 authored by Michael Daniels's avatar Michael Daniels
Browse files
parent 7905606c
Loading
Loading
Loading
Loading
+219 −127

File changed.

Preview size limit exceeded, changes collapsed.

+3 −3
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@

buildNpmPackage rec {
  pname = "node-red";
  version = "4.1.1";
  version = "4.1.2";

  src = fetchFromGitHub {
    owner = "node-red";
    repo = "node-red";
    tag = version;
    hash = "sha256-guyWY5Bk9mP5WBjPAKGq/Hp4BYF1rDYDG0m1rOLnpio=";
    hash = "sha256-Xr00S9Q8EPPGcd3kNHjmqYuzdzN6+W8xVuJsUVr4yII=";
  };

  npmDepsHash = "sha256-GMbUAdAHrDJZIrUzXtDxW8kP0KZK2GTxsHWxoZTaqAQ=";
  npmDepsHash = "sha256-8nwIEu/p5kVYoG3+jXBss352MciCnk/aGV9nbDGHDdA=";

  postPatch =
    let