mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
qpdf: 9.0.1 -> 9.0.2 (#71856)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/qpdf/versions
This commit is contained in:
parent
afc43c30ec
commit
12c9003b02
@ -1,6 +1,6 @@
|
||||
{ stdenv, fetchurl, libjpeg, zlib, perl }:
|
||||
|
||||
let version = "9.0.1";
|
||||
let version = "9.0.2";
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "qpdf";
|
||||
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/qpdf/qpdf/${version}/${pname}-${version}.tar.gz";
|
||||
sha256 = "0lhgb82s2402ad2yiswkj227vjlw9zypphdfdivfkbril7dg6495";
|
||||
sha256 = "0b6jhhsifgiwrznxxi3h7hqm7bi91wph65jjbvs4g2860vcm296h";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ perl ];
|
||||
|
Loading…
Reference in New Issue
Block a user