6 python3Packages.buildPythonApplication {
7 pname = "posteid-seed-extractor";
8 version = "unstable-2022-02-23";
10 src = fetchFromGitHub {
11 owner = "simone36050";
12 repo = "PosteID-seed-extractor";
13 rev = "667e2997a98aa3273a6bf6b4b34ca77715120e7f";
14 hash = "sha256-smNwp67HYbZuMrl0uf2X2yox2JqeEV6WzIBp4dALwgw=";
19 pythonPath = with python3Packages; [
37 install -Dm755 extractor.py $out/bin/posteid-seed-extractor
42 homepage = "https://github.com/simone36050/PosteID-seed-extractor";
43 description = "Extract OTP seed instead of using PosteID app";
44 mainProgram = "posteid-seed-extractor";
45 license = licenses.mit;
46 maintainers = with maintainers; [ aciceri ];