Skip to content

Commit

Permalink
nodejs-14_x: 14.19.1 -> 14.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam committed May 4, 2022
1 parent 0ab6bce commit 70f212b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/web/nodejs/v14.nix
Expand Up @@ -7,7 +7,7 @@ let
in
buildNodejs {
inherit enableNpm;
version = "14.19.1";
sha256 = "sha256-4a4J3YYas5rwRIO7XA+lTd2CtrFVQ76aJ+pnBKi6ndk=";
version = "14.19.2";
sha256 = "sha256-70N1qRUv9p8oI9eyCjtTdnoEYWS7rHgkQpyyFtFojPA=";
patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
}

0 comments on commit 70f212b

Please sign in to comment.