6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
13 rev = "refs/tags/v${version}";
14 hash = "sha256-9KDWd71MJ2W9Xp3uqp0iZMmkBwIay+L4gnPUt7hylS0=";
18 lockFile = ./Cargo.lock;
22 ln -s ${./Cargo.lock} Cargo.lock
26 description = "PDF password cracking utility";
27 homepage = "https://github.com/mufeedvh/pdfrip";
28 changelog = "https://github.com/mufeedvh/pdfrip/releases/tag/v${version}";
29 license = licenses.mit;
30 maintainers = with maintainers; [ fab ];
31 mainProgram = "pdfrip";