7 stdenv.mkDerivation rec {
11 src = fetchFromGitHub {
15 hash = "sha256-PyT60RDyp1/Co/7WHC0+KrsnrDeTJ605x1pt4OmlGYg=";
19 install -Dm755 cdecrypt $out/bin/cdecrypt
23 description = "Utility that decrypts Wii U NUS content files";
24 mainProgram = "cdecrypt";
25 homepage = "https://github.com/VitaSmith/cdecrypt";
26 changelog = "https://github.com/VitaSmith/cdecrypt/releases/tag/v${version}";
27 license = licenses.gpl3Plus;
28 maintainers = with maintainers; [ hughobrien ];
29 platforms = platforms.linux ++ platforms.darwin;