Skip to content

Commit

Permalink
nodejs: v12.13.1 -> v12.14.1
Browse files Browse the repository at this point in the history
Copied hashes from master
  • Loading branch information
wmertens committed Feb 2, 2020
1 parent ea553d8 commit aaa57ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/web/nodejs/v12.nix
Expand Up @@ -5,8 +5,8 @@ let
in in
buildNodejs { buildNodejs {
inherit enableNpm; inherit enableNpm;
version = "12.13.0"; version = "12.14.1";
sha256 = "1xmy73q3qjmy68glqxmfrk6baqk655py0cic22h1h0v7rx0iaax8"; sha256 = "1nvsivl496fgaypbk2pqqh7py29g7wsggyjlqydy1c0q4f24nyw7";


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

0 comments on commit aaa57ba

Please sign in to comment.