void-packages/srcpkgs/topgrade/patches/aarch64-musl.patch

14 lines
386 B
Diff

diff --git a/Cargo.toml b/Cargo.toml
index ee0cb65..0e8b6ba 100644
--- Cargo.toml
+++ Cargo.toml
@@ -24,7 +24,7 @@ console = "0.6.2"
self_update = { version = "0.4.5", optional = true }
[target.'cfg(unix)'.dependencies]
-nix = "0.11.0"
+nix = { git = "https://github.com/nix-rust/nix", rev = "7f0fb19f21327e58faa71dace73c8b092c25c81b" }
lazy_static = "1.1.0"
[profile.release]