6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
14 hash = "sha256-9Wht+t48SsWpj1z2yY6P7G+h9StmuqfMdODtyPffhak=";
17 cargoPatches = [ ./fix-cargo-lock.patch ];
19 cargoHash = "sha256-nKb0J9ym3ZYC80KemwQwT5vVtQUngYD4/091hAIYAiU=";
22 homepage = "https://github.com/dsprenkels/sss-cli";
23 description = "Command line program for secret-sharing strings";
24 license = licenses.mit;
25 maintainers = with maintainers; [ laalsaas ];