6 stdenv.mkDerivation rec {
10 src = fetchFromGitHub {
13 rev = "refs/tags/v${version}";
14 hash = "sha256-PyT60RDyp1/Co/7WHC0+KrsnrDeTJ605x1pt4OmlGYg=";
18 install -Dm755 cdecrypt $out/bin/cdecrypt
22 description = "A utility that decrypts Wii U NUS content files";
23 homepage = "https://github.com/VitaSmith/cdecrypt";
24 changelog = "https://github.com/VitaSmith/cdecrypt/releases/tag/v${version}";
25 license = licenses.gpl3Plus;
26 maintainers = with maintainers; [ hughobrien ];
27 platforms = platforms.linux ++ platforms.darwin;