nixpkgs/pkgs/tools/filesystems/stratisd
Manuel Frischknecht ebf324e464 stratisd: fix build due to unused imports
With `rustc` 1.75, many rust project that use `#[deny(warnings)]`
stopped building due to unused imports that didn't trigger build
failures before for some reason.

`stratisd` now also fails to build because of a couple of those,
but they have already been fixed upstream in the following two
commits:

- 78440de6e6
- 0d1c67f713

In the meantime until a new version of `stratisd` is released,
this change pulls in those two changes via `fetchpatch`.

Co-authored-by: Nick Cao <nickcao@nichi.co>
2024-01-24 07:55:20 +00:00
..
Cargo.lock stratisd: 3.6.2 -> 3.6.3 2023-11-30 17:29:12 -05:00
default.nix stratisd: fix build due to unused imports 2024-01-24 07:55:20 +00:00