aboutsummaryrefslogtreecommitdiff
path: root/pkgs/crypto
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-04-07 23:03:54 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-04-07 23:03:54 +0200
commit01c4c5a4f6314cbebf65ce68bc941efb0e4c6aa5 (patch)
treea51e588a0248eb94a7c479d772c616908f57bc58 /pkgs/crypto
parentc0d1c186b7811daaebea87563978c426856f28d0 (diff)
downloadNix-01c4c5a4f6314cbebf65ce68bc941efb0e4c6aa5.tar.gz
Nix-01c4c5a4f6314cbebf65ce68bc941efb0e4c6aa5.tar.zst
Nix-01c4c5a4f6314cbebf65ce68bc941efb0e4c6aa5.zip
Fix tools after upgrade
Diffstat (limited to 'pkgs/crypto')
-rw-r--r--pkgs/crypto/iota-cli-app/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/crypto/iota-cli-app/default.nix b/pkgs/crypto/iota-cli-app/default.nix
index 17d7714..e9e9f92 100644
--- a/pkgs/crypto/iota-cli-app/default.nix
+++ b/pkgs/crypto/iota-cli-app/default.nix
@@ -10,7 +10,7 @@ let
10 cp -a $src $out 10 cp -a $src $out
11 chmod u+w -R $out 11 chmod u+w -R $out
12 cd $out 12 cd $out
13 sed -i -e "s@host: 'http://localhost',@host: 'https://iri.trytes.eu',@" index.js 13 sed -i -e "s@host: 'http://localhost',@host: 'https://nodes.thetangle.org',@" index.js
14 sed -i -e "s@port: 14265@port: 443@" index.js 14 sed -i -e "s@port: 14265@port: 443@" index.js
15 ''; 15 '';
16 }); 16 });