Merge pull request #111813 from r-ryantm/auto-update/qpdf

qpdf: 10.0.4 -> 10.1.0
This commit is contained in:
Maximilian Bosch 2021-02-04 18:09:07 +01:00 committed by GitHub
commit 69f0201868
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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