1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00

Merge pull request #89014 from marsam/update-nodejs-12_x

nodejs-12_x: 12.16.3 -> 12.17.0
This commit is contained in:
Mario Rodas 2020-05-27 08:48:10 -05:00 committed by GitHub
commit 46f975f81e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "12.16.3";
sha256 = "18srfcv9zi39960szdnd4rgfj9w295z1agjvpw8arwn75449nmgh";
version = "12.17.0";
sha256 = "0csfdwzn1qssmkanxa8m3znjcc6h5qjaw934mkq9bz7zly39wvfa";
}