12 stdenv.mkDerivation rec {
16 src = fetchFromGitHub {
17 owner = "adrianlopezroche";
20 hash = "sha256-VPaNDKUgaJRF75cxksK0nZNFarqhat7n8ztIdBoxHI8=";
34 description = "Identifies duplicate files residing within specified directories";
36 fdupes searches the given path for duplicate files.
37 Such files are found by comparing file sizes and MD5 signatures,
38 followed by a byte-by-byte comparison.
40 homepage = "https://github.com/adrianlopezroche/fdupes";
41 license = licenses.mit;
42 platforms = platforms.all;
43 maintainers = [ maintainers.maggesi ];
44 mainProgram = "fdupes";