qpdf: 10.0.1 -> 10.0.3
This commit is contained in:
parent
03b81ea829
commit
51a1f280b4
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "qpdf";
|
pname = "qpdf";
|
||||||
version = "10.0.1";
|
version = "10.0.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "qpdf";
|
owner = "qpdf";
|
||||||
repo = "qpdf";
|
repo = "qpdf";
|
||||||
rev = "release-qpdf-${version}";
|
rev = "release-qpdf-${version}";
|
||||||
sha256 = "0g3rqf4wd1n9cms7ra1jnszsgw5bygv37jq2l20d8z5fajckhyyi";
|
sha256 = "14c4ig51hhrvrwhhriklylp40349xqgd3filajsvqk9vaww6na7f";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ perl ];
|
nativeBuildInputs = [ perl ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user