8 version = "unstable-2022-12-24";
10 src = fetchFromGitHub {
14 hash = "sha256-vOYKVl00oaXwp77pRLqUPnXQT5QuJfqnGGkQVBMq5W0=";
17 vendorHash = "sha256-zGWRzw1KUmifIsTudlgoKCR3+K0FLehHRSB3lNX+OWY=";
20 description = "Nintendo Wii iso.dec decoder";
21 mainProgram = "dec-decode";
22 homepage = "https://github.com/sammiq/dec-decode";
23 license = licenses.unlicense;
24 maintainers = with maintainers; [ hughobrien ];
25 platforms = with platforms; linux ++ darwin;