qpdf: 10.1.0 -> 10.2.0

This commit is contained in:
R. RyanTM 2021-02-25 15:07:17 +00:00
parent 11cd34cd59
commit 04d3ee273e

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "qpdf";
version = "10.1.0";
version = "10.2.0";
src = fetchFromGitHub {
owner = "qpdf";
repo = "qpdf";
rev = "release-qpdf-${version}";
sha256 = "sha256-abPT1u/ceBrE1U+omOHiU3UjLrmcpdSpe1vgar0wUGk=";
sha256 = "sha256-KiO2iIrLLjPhHTiR/FKEGRJOhdVV2kcZK9sdyCqONC8=";
};
nativeBuildInputs = [ perl ];