8 stdenv.mkDerivation rec {
12 src = fetchFromGitHub {
16 hash = "sha256-gr/7tZYnuXFvfIUh2MmtgSbFoELTomQ4h05y/WFDhjo=";
19 nativeBuildInputs = [ pkg-config ];
21 buildInputs = [ libnl libpcap ];
23 PREFIX = "${placeholder "out"}";
24 STANDALONE_VERSION = version;
31 description = "Netgear Unbrick Utility";
32 homepage = "https://github.com/jclehner/nmrpflash";
33 license = licenses.gpl3;
34 maintainers = with maintainers; [ dadada ];
35 mainProgram = "nmrpflash";
36 platforms = platforms.unix;