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

qpdf: 11.1.0 -> 11.1.1
This commit is contained in:
Mario Rodas
2022-10-26 05:26:12 -05:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "qpdf";
version = "11.1.0";
version = "11.1.1";
src = fetchFromGitHub {
owner = "qpdf";
repo = "qpdf";
rev = "v${version}";
hash = "sha256-T06BLtDZN6ulJ9Po3LN1RlI6q8ddAfo95RAhyfrn+qg=";
hash = "sha256-m0yMOaWX9LqSCrUdx62zXZ73xXH/iW6x7bXkz1Fm8zA=";
};
nativeBuildInputs = [ cmake perl ];