7 pname = "ps3iso-utils";
10 src = fetchFromGitHub {
12 repo = "ps3iso-utils";
13 rev = "878090980a9042c61901920fed1b034af215e8c7";
14 hash = "sha256-HUx5BqHBvVMUHReuJL0RcyxXOnufSt1Zi/ieAlI2eoc=";
19 find . -type f -name "*.c" -exec \
20 sh -c 'OFILE=`basename "{}" ".c"` && $CC "{}" -o bin/"$OFILE"' \;
28 passthru.updateScript = unstableGitUpdater { };
31 description = "Estwald's PS3ISO utilities";
32 homepage = "https://github.com/bucanero/ps3iso-utils";
33 license = licenses.gpl3Only;
34 maintainers = with maintainers; [ soupglasses ];
35 platforms = platforms.all;