9 version = "0.3-unstable-2023-09-19";
11 src = fetchFromGitHub {
12 owner = "jesseduffield";
14 rev = "5e848abcca49a7ad359f5a24ef4ca7e0eda80889";
15 hash = "sha256-YOu3qJadfyA6MKW8OFLr0pFjGMOgCGie2f8VbG79IY0=";
21 description = "Split your file into encrypted fragments so that you don't need to remember a passcode";
22 homepage = "https://github.com/jesseduffield/horcrux";
23 license = lib.licenses.mit;
24 mainProgram = "horcrux";
25 maintainers = with lib.maintainers; [ mh ];