Required to build with Rust 1.80[1].
Note: I'm pretty sure the labelling of the previous version as 0.1.0
was a mistake — the commit message referred to an unstable version
rather than 0.1.0, and there's no 0.1.0 tag upstream.
[1]: https://github.com/rust-lang/rust/issues/127343
This rewrites uses of
stdenv.hostPlatform == stdenv.buildPlatform
to
stdenv.buildPlatform.canExecute stdenv.hostPlatform
when guarding postInstall scripts that use $out/bin/… to generate shell completions