summary refs log tree commit diff
path: root/pkgs/tools/typesetting
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-05-24 15:49:32 -0700
committerRobert Schütz <rschuetz17@gmail.com>2018-05-25 00:49:32 +0200
commit0527b325a4ba1f28d00abbf89b15cc1a208b452f (patch)
tree4c6a558e3014a749ee566bb8ecede88fd5893be9 /pkgs/tools/typesetting
parentc42cb40291f6d9a004b073741cd730a363f600e9 (diff)
downloadnixlib-0527b325a4ba1f28d00abbf89b15cc1a208b452f.tar
nixlib-0527b325a4ba1f28d00abbf89b15cc1a208b452f.tar.gz
nixlib-0527b325a4ba1f28d00abbf89b15cc1a208b452f.tar.bz2
nixlib-0527b325a4ba1f28d00abbf89b15cc1a208b452f.tar.lz
nixlib-0527b325a4ba1f28d00abbf89b15cc1a208b452f.tar.xz
nixlib-0527b325a4ba1f28d00abbf89b15cc1a208b452f.tar.zst
nixlib-0527b325a4ba1f28d00abbf89b15cc1a208b452f.zip
pdfgrep: 2.1.0 -> 2.1.1 (#41048)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/pdfgrep/versions.

These checks were done:

- built on NixOS
- /nix/store/x24n7dayjdzkr7spig1qvhq9vadgswyh-pdfgrep-2.1.1/bin/pdfgrep passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 2.1.1 with grep in /nix/store/x24n7dayjdzkr7spig1qvhq9vadgswyh-pdfgrep-2.1.1
- directory tree listing: https://gist.github.com/f441dd82cfb9701f3e9ae1fc9653b4f0
- du listing: https://gist.github.com/23df51a35a4e7e35c11787490219aea1
Diffstat (limited to 'pkgs/tools/typesetting')
-rw-r--r--pkgs/tools/typesetting/pdfgrep/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/typesetting/pdfgrep/default.nix b/pkgs/tools/typesetting/pdfgrep/default.nix
index 3509eb569b1c..59da3c1ccda2 100644
--- a/pkgs/tools/typesetting/pdfgrep/default.nix
+++ b/pkgs/tools/typesetting/pdfgrep/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "pdfgrep-${version}";
-  version = "2.1.0";
+  version = "2.1.1";
 
   src = fetchurl {
     url = "https://pdfgrep.org/download/${name}.tar.gz";
-    sha256 = "13al23c2wlpsha6c1z1h6gh5lxzphsnzpd7b78qj16rq2r46phf9";
+    sha256 = "02qcl5kmr5qzjfc99qpbpfb1890bxlrq3r208gnding51zrmb09c";
   };
 
   postPatch = ''