11 pname = "mfoc-hardnested";
12 version = "unstable-2023-03-27";
14 src = fetchFromGitHub {
16 repo = "mfoc-hardnested";
17 rev = "a6007437405a0f18642a4bbca2eeba67c623d736";
18 hash = "sha256-YcUMS4wx5ML4yYiARyfm7T7nLomgG9YCSFj+ZUg5XZk=";
32 description = "Fork of mfoc integrating hardnested code from the proxmark";
33 mainProgram = "mfoc-hardnested";
34 license = licenses.gpl2;
35 homepage = "https://github.com/nfc-tools/mfoc-hardnested";
36 changelog = "https://github.com/nfc-tools/mfoc-hardnested/blob/master/debian/changelog";
37 maintainers = with maintainers; [ azuwis ];
38 platforms = platforms.unix;