summaryrefslogtreecommitdiff
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-25 00:04:55 +0200
commit0a15a68cf30ccf0adfc8f19fe61c78e6313ea003 (patch)
treefdd649cbb8329f93240c9dbec690b6d2329c6959 /pkgs/crypto
parent8b7b8ced5ab18857ab7cfd8dab7c78f7d4095323 (diff)
downloadNUR-0a15a68cf30ccf0adfc8f19fe61c78e6313ea003.tar.gz
NUR-0a15a68cf30ccf0adfc8f19fe61c78e6313ea003.tar.zst
NUR-0a15a68cf30ccf0adfc8f19fe61c78e6313ea003.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 17d7714b..e9e9f92a 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 });