summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-02 11:26:17 -0700
committerRobin Gloster <mail@glob.in>2018-05-03 16:02:17 +0200
commite1e12c04d32347df40c2ac52d2943cf8a0664327 (patch)
tree04e019c69816f139f7a3791a6bdcd003c238f961 /pkgs/tools
parent144234bf78540d5e2c1f89428a152c7b9f92617a (diff)
downloadnixlib-e1e12c04d32347df40c2ac52d2943cf8a0664327.tar
nixlib-e1e12c04d32347df40c2ac52d2943cf8a0664327.tar.gz
nixlib-e1e12c04d32347df40c2ac52d2943cf8a0664327.tar.bz2
nixlib-e1e12c04d32347df40c2ac52d2943cf8a0664327.tar.lz
nixlib-e1e12c04d32347df40c2ac52d2943cf8a0664327.tar.xz
nixlib-e1e12c04d32347df40c2ac52d2943cf8a0664327.tar.zst
nixlib-e1e12c04d32347df40c2ac52d2943cf8a0664327.zip
pdfgrep: 2.0.1 -> 2.1.0
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
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 2.1.0 with grep in /nix/store/myh5qz0s31x6f20qqxnzbjixvsqgm7r1-pdfgrep-2.1.0
- directory tree listing: https://gist.github.com/199c1837bf332973fcb70131751ed26e
Diffstat (limited to 'pkgs/tools')
-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 0c288ca02ccf..3509eb569b1c 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.0.1";
+  version = "2.1.0";
 
   src = fetchurl {
     url = "https://pdfgrep.org/download/${name}.tar.gz";
-    sha256 = "07llkrkcfjwd3ybai9ad10ybhr0biffcplmy7lw4fb87nd2dfw03";
+    sha256 = "13al23c2wlpsha6c1z1h6gh5lxzphsnzpd7b78qj16rq2r46phf9";
   };
 
   postPatch = ''