diff options
author | metamuffin <metamuffin@disroot.org> | 2025-06-19 19:37:52 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-06-19 19:37:52 +0200 |
commit | f2b6aad8687f19c0fee2c4ea8574332b68e2314d (patch) | |
tree | afdae55f0ef08b13af54f960b23ec13d9369562e | |
parent | 2b23dc1b0be4cb6e7c633ed4f9c850f01fc39813 (diff) | |
download | hurrycurry-flatpak-f2b6aad8687f19c0fee2c4ea8574332b68e2314d.tar hurrycurry-flatpak-f2b6aad8687f19c0fee2c4ea8574332b68e2314d.tar.bz2 hurrycurry-flatpak-f2b6aad8687f19c0fee2c4ea8574332b68e2314d.tar.zst |
fix aarch64 rust checksum
-rw-r--r-- | org.metamuffin.hurrycurry.client.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.metamuffin.hurrycurry.client.yaml b/org.metamuffin.hurrycurry.client.yaml index 231af1f..97ddc78 100644 --- a/org.metamuffin.hurrycurry.client.yaml +++ b/org.metamuffin.hurrycurry.client.yaml @@ -65,7 +65,7 @@ modules: - aarch64 dest: rust url: https://static.rust-lang.org/dist/2025-05-31/rust-nightly-aarch64-unknown-linux-gnu.tar.xz - sha256: 4089fb3f7c7e2c4220bb9b4596532328fe9e7142b166d7d5431962fa37787392 + sha256: ac7e6732407f4a57cb26a525e116e83a2324395b1f376c327d27335509c5ed1d - type: archive only-arches: - x86_64 |