pdfgrep: 2.1.2 -> 2.2.0
This commit is contained in:
parent
0cfa7ffc43
commit
12e150a15f
1 changed files with 4 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
||||||
{ lib, stdenv, fetchurl, pkg-config, poppler, libgcrypt, pcre, asciidoc }:
|
{ lib, stdenv, fetchurl, pkg-config, poppler, libgcrypt, pcre2, asciidoc }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "pdfgrep";
|
pname = "pdfgrep";
|
||||||
version = "2.1.2";
|
version = "2.2.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://pdfgrep.org/download/${pname}-${version}.tar.gz";
|
url = "https://pdfgrep.org/download/${pname}-${version}.tar.gz";
|
||||||
sha256 = "1fia10djcxxl7n9jw2prargw4yzbykk6izig2443ycj9syhxrwqf";
|
hash = "sha256-BmHlMeTA7wl5Waocl3N5ZYXbOccshKAv+H0sNjfGIMs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config asciidoc ];
|
nativeBuildInputs = [ pkg-config asciidoc ];
|
||||||
buildInputs = [ poppler libgcrypt pcre ];
|
buildInputs = [ poppler libgcrypt pcre2 ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Commandline utility to search text in PDF files";
|
description = "Commandline utility to search text in PDF files";
|
||||||
|
|
Loading…
Reference in a new issue