Unverified Commit b339f29a authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #73909 from marsam/update-nodejs-13_x

nodejs-13_x: 13.1.0 -> 13.2.0
parents 46acc245 c4293e47
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,8 +5,8 @@ let
in
  buildNodejs {
    inherit enableNpm;
    version = "13.1.0";
    sha256 = "0s6b2k7i89j9mxwyz271fvm6bf8jcz2v5kzmn0v5icrkpmn0ab6l";
    version = "13.2.0";
    sha256 = "0r0bbwnp77njhdmby7cs2g6yxfprri684s8h3gqq95ks7vgwgvhx";

    patches = stdenv.lib.optionals stdenv.isDarwin [ ./disable-libatomic-darwin.patch ];
  }