pdfrip: 2.0.1 -> 3.0.0

[changelog](https://github.com/mufeedvh/pdfrip/releases/tag/v3.0.0)
the new version includes a Cargo.lock file in the repository,
therefore pdfrip/Cargo.lock can be deleted and removed from package.nix
This commit is contained in:
Bendix Sonnenberg
2026-05-07 21:40:02 +02:00
parent 46f7cde1b5
commit 414430524b
2 changed files with 3 additions and 1037 deletions
-1028
View File
File diff suppressed because it is too large Load Diff
+3 -9
View File
@@ -6,22 +6,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "pdfrip";
version = "2.0.1";
version = "3.0.0";
src = fetchFromGitHub {
owner = "mufeedvh";
repo = "pdfrip";
tag = "v${finalAttrs.version}";
hash = "sha256-9KDWd71MJ2W9Xp3uqp0iZMmkBwIay+L4gnPUt7hylS0=";
hash = "sha256-VytsSVcKx1/A9BSlmRdkD61txDvFOaSfG411565q9eY=";
};
cargoLock = {
lockFile = ./Cargo.lock;
};
postPatch = ''
ln -s ${./Cargo.lock} Cargo.lock
'';
cargoHash = "sha256-JKZ29fW/B4rJe6g6VKkgZdxlA2eaaAgjztFQ/5kDF1o=";
meta = {
description = "PDF password cracking utility";