diff --git a/srcpkgs/rustup/template b/srcpkgs/rustup/template index 279c30e2dae..5890c26c1f5 100644 --- a/srcpkgs/rustup/template +++ b/srcpkgs/rustup/template @@ -1,9 +1,9 @@ # Template file for 'rustup' pkgname=rustup version=1.23.1 -revision=1 +revision=2 # rustup doesn't recognize this target -archs="~armv6l-musl" +archs="~armv*-musl" build_style=cargo build_helper=qemu configure_args="--features no-self-update --bin rustup-init"