8 buildDotnetModule rec {
9 pname = "ps3-disc-dumper";
12 src = fetchFromGitHub {
14 repo = "ps3-disc-dumper";
16 sha256 = "sha256-m3TS9H6cbEAHn6PvYQDMzdKdnOnDSM4lxCTdHBCXLV4=";
19 selfContainedBuild = true;
21 projectFile = "UI.Console/UI.Console.csproj";
22 nugetDeps = ./deps.nix;
24 preConfigureNuGet = ''
25 # This should really be in the upstream nuget.config
26 dotnet nuget add source https://api.nuget.org/v3/index.json \
27 -n nuget.org --configfile nuget.config
36 homepage = "https://github.com/13xforever/ps3-disc-dumper";
37 description = "Handy utility to make decrypted PS3 disc dumps";
38 license = licenses.mit;
39 maintainers = with maintainers; [ evanjs ];
40 platforms = [ "x86_64-linux" ];
41 mainProgram = "ps3-disc-dumper";