1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 14:41:17 +00:00

pdfgrep: 2.1.1 -> 2.1.2

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
This commit is contained in:
R. RyanTM 2018-12-14 20:49:55 -08:00
parent e0950ae9ad
commit 67d5b90fac

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "pdfgrep-${version}";
version = "2.1.1";
version = "2.1.2";
src = fetchurl {
url = "https://pdfgrep.org/download/${name}.tar.gz";
sha256 = "02qcl5kmr5qzjfc99qpbpfb1890bxlrq3r208gnding51zrmb09c";
sha256 = "1fia10djcxxl7n9jw2prargw4yzbykk6izig2443ycj9syhxrwqf";
};
postPatch = ''