cryptpad: 3.0.1 -> 3.13.0 (#82602)

This commit is contained in:
zimbatm
2020-03-14 19:51:44 +00:00
committed by GitHub
parent 94a67e67b8
commit b6fe12b1cc
5 changed files with 81 additions and 56 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
{pkgs ? import <nixpkgs> {
inherit system;
}, system ? builtins.currentSystem, nodejs ? pkgs.nodejs-6_x}:
}, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-6_x"}:
let
nodeEnv = import ../../../development/node-packages/node-env.nix {