From 0527b325a4ba1f28d00abbf89b15cc1a208b452f Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Thu, 24 May 2018 15:49:32 -0700 Subject: 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 --- pkgs/tools/typesetting/pdfgrep/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/tools/typesetting') 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 = '' -- cgit 1.4.1