aboutsummaryrefslogtreecommitdiff
path: root/pkgs/webapps/etherpad-lite/modules/ep_adminpads
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-04-30 17:39:11 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-04-30 17:39:11 +0200
commitf0d942ac060bf350dfd0b6babbada69f0671d6bf (patch)
treecab86e71b9a19aeb3c2f025467b5d5c9c6ec85a4 /pkgs/webapps/etherpad-lite/modules/ep_adminpads
parent840812f2980b77ea93e74666f80a7e0fe5b633eb (diff)
downloadNix-f0d942ac060bf350dfd0b6babbada69f0671d6bf.tar.gz
Nix-f0d942ac060bf350dfd0b6babbada69f0671d6bf.tar.zst
Nix-f0d942ac060bf350dfd0b6babbada69f0671d6bf.zip
Add mypads to etherpad
Diffstat (limited to 'pkgs/webapps/etherpad-lite/modules/ep_adminpads')
-rw-r--r--pkgs/webapps/etherpad-lite/modules/ep_adminpads/node-packages.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/webapps/etherpad-lite/modules/ep_adminpads/node-packages.nix b/pkgs/webapps/etherpad-lite/modules/ep_adminpads/node-packages.nix
index 90f09a3..2f62257 100644
--- a/pkgs/webapps/etherpad-lite/modules/ep_adminpads/node-packages.nix
+++ b/pkgs/webapps/etherpad-lite/modules/ep_adminpads/node-packages.nix
@@ -11,8 +11,8 @@ in
11 packageName = "ep_adminpads"; 11 packageName = "ep_adminpads";
12 version = "0.0.12"; 12 version = "0.0.12";
13 src = fetchurl { 13 src = fetchurl {
14 url = "https://registry.npmjs.org/ep_adminpads/-/ep_adminpads-0.0.12.tgz"; 14 url = "https://github.com/spcsser/ep_adminpads/archive/master.tar.gz";
15 sha1 = "e8a04b6c77f76d9d8703c9b40e656950f2f5c125"; 15 sha1 = "49ypihbwxmd97g813aq2rjwh7pq1y08a";
16 }; 16 };
17 buildInputs = globalBuildInputs; 17 buildInputs = globalBuildInputs;
18 meta = { 18 meta = {
@@ -24,4 +24,4 @@ in
24 bypassCache = true; 24 bypassCache = true;
25 reconstructLock = true; 25 reconstructLock = true;
26 }; 26 };
27} \ No newline at end of file 27}