We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afeed1f commit 095a321Copy full SHA for 095a321
pkgs/development/web/nodejs/v12.nix
@@ -8,6 +8,6 @@ let
8
in
9
buildNodejs {
10
inherit enableNpm;
11
- version = "12.18.3";
12
- sha256 = "03hdds6ghlmbz8q61alqj18pdnyd6hxmbhiws4pl51wlawk805bi";
+ version = "12.18.4";
+ sha256 = "02gncjrrjqdwf9ydmg96yn9ldsw539q9w88cknax1djkisqkrw15";
13
}
0 commit comments