6 rustPlatform.buildRustPackage rec {
7 pname = "restic-integrity";
9 src = fetchFromGitLab {
10 domain = "gitlab.upi.li";
11 owner = "networkException";
12 repo = "restic-integrity";
14 hash = "sha256-/n8muqW9ol0AY9RM3N4nqLDw0U1h0308M1uRCMS2kOM=";
17 cargoHash = "sha256-TYDPzjWxTK9hQhzSknkCao9lq9UjZN3yQX3wtkMmP6E=";
20 description = "A CLI tool to check the integrity of a restic repository without unlocking it";
21 homepage = "https://gitlab.upi.li/networkException/restic-integrity";
22 license = with licenses; [ bsd2 ];
23 maintainers = with maintainers; [ janik ];