6 stdenv.mkDerivation (finalAttrs: {
7 pname = "scrounge-ntfs";
11 url = "http://thewalter.net/stef/software/scrounge/scrounge-ntfs-${finalAttrs.version}.tar.gz";
12 hash = "sha256-HYrMIMTRPmgAac/vaZ1jaUFchyAl5B0quxgHH0DHJ84=";
20 description = "Data recovery program for NTFS file systems";
21 mainProgram = "scrounge-ntfs";
22 homepage = "http://thewalter.net/stef/software/scrounge/";
23 maintainers = with maintainers; [ d3vil0p3r ];
24 platforms = platforms.unix;
25 license = licenses.bsd3;