Unverified Commit d5d5def4 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

qpdf: 11.2.0 -> 11.3.0
parents df71177e 9f747c87
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "qpdf";
  version = "11.2.0";
  version = "11.3.0";

  src = fetchFromGitHub {
    owner = "qpdf";
    repo = "qpdf";
    rev = "v${version}";
    hash = "sha256-AkLuclDm9qjVbpFqenlbgTWt/GAWzOj9d1lqgt6aPNo=";
    hash = "sha256-UZq973X93E+Ll1IKjfJNPQuQwBFOU3egFGODgXV21x0=";
  };

  nativeBuildInputs = [ cmake perl ];