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

qpdf: 10.6.2 -> 10.6.3
This commit is contained in:
Christian Kögler
2022-08-22 08:35:57 +02:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "qpdf";
version = "10.6.2";
version = "10.6.3";
src = fetchFromGitHub {
owner = "qpdf";
repo = "qpdf";
rev = "release-qpdf-${version}";
hash = "sha256-+8bH7fKJ5uZRxKX/4nMkoZGFTxm2uJEXkb1wq5FrLWs=";
hash = "sha256-SiZA8T7N1SWlbCFosSqFosLDV/3Q7+ywvgq1iB4umdg=";
};
nativeBuildInputs = [ perl ];