Unverified Commit 26ce5c7a authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

qpdf: 11.6.3 -> 11.8.0
parents 2dc6d35b 205ccaef
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.6.3";
  version = "11.8.0";

  src = fetchFromGitHub {
    owner = "qpdf";
    repo = "qpdf";
    rev = "v${version}";
    hash = "sha256-asGNZ/5iEkyIjRO9FECV1bN4k/YHv4/7I125BUr9+fE=";
    hash = "sha256-EoFCRAWia8LAaLdoBW0ByndzIAjSvQ7bJFh0SZ/FKtY=";
  };

  nativeBuildInputs = [ cmake perl ];