File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -555,12 +555,12 @@ def deploy_mtail(config):
555555def deploy_iroh_relay (config ) -> None :
556556 (url , sha256sum ) = {
557557 "x86_64" : (
558- "https://github.com/n0-computer/iroh/releases/download/v0.28.1 /iroh-relay-v0.28.1 -x86_64-unknown-linux-musl.tar.gz" ,
559- "2ffacf7c0622c26b67a5895ee8e07388769599f60e5f52a3bd40a3258db89b2c " ,
558+ "https://github.com/n0-computer/iroh/releases/download/v0.35.0 /iroh-relay-v0.35.0 -x86_64-unknown-linux-musl.tar.gz" ,
559+ "45c81199dbd70f8c4c30fef7f3b9727ca6e3cea8f2831333eeaf8aa71bf0fac1 " ,
560560 ),
561561 "aarch64" : (
562- "https://github.com/n0-computer/iroh/releases/download/v0.28.1 /iroh-relay-v0.28.1 -aarch64-unknown-linux-musl.tar.gz" ,
563- "b915037bcc1ff1110cc9fcb5de4a17c00ff576fd2f568cd339b3b2d54c420dc4 " ,
562+ "https://github.com/n0-computer/iroh/releases/download/v0.35.0 /iroh-relay-v0.35.0 -aarch64-unknown-linux-musl.tar.gz" ,
563+ "f8ef27631fac213b3ef668d02acd5b3e215292746a3fc71d90c63115446008b1 " ,
564564 ),
565565 }[host .get_fact (facts .server .Arch )]
566566
You can’t perform that action at this time.
0 commit comments