pdfrip: 2.0.1 -> 3.0.0 (#517795)

This commit is contained in:
Fabian Affolter
2026-05-09 14:00:50 +00:00
committed by GitHub
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";