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