qpdf: 10.4.0 -> 10.6.0

This commit is contained in:
R. Ryantm 2022-02-10 12:58:17 +00:00 committed by Robert Schütz
parent af9f064e45
commit 95d2f00643

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "qpdf";
version = "10.4.0";
version = "10.6.0";
src = fetchFromGitHub {
owner = "qpdf";
repo = "qpdf";
rev = "release-qpdf-${version}";
sha256 = "sha256-IYXH1Pcd0eRzlbRouAB17wsCUGNuIlJfwJLbXiaC5dk=";
sha256 = "sha256-N3AGcV5ROCGayNfh14x+248Mc6kpwHyKAMsPGqafjTA=";
};
nativeBuildInputs = [ perl ];