mupdf: 1.16.1 -> 1.17.0

(cherry picked from commit f51b59383bdb13d70cc564e904baeacb75dc95c3)
gstqt5
R. RyanTM 2020-05-08 06:23:31 +00:00 committed by Markus S. Wamser
parent 204ea0bfb7
commit c2e576b198
1 changed files with 2 additions and 2 deletions

View File

@ -13,12 +13,12 @@ let
in stdenv.mkDerivation rec {
version = "1.16.1";
version = "1.17.0";
pname = "mupdf";
src = fetchurl {
url = "https://mupdf.com/downloads/archive/${pname}-${version}-source.tar.gz";
sha256 = "0iz4ickj52fxjp8crg573kjrl4viq279g589isdpgpckslysf7g7";
sha256 = "13nl9nrcx2awz9l83mlv2psi1lmn3hdnfwxvwgwiwbxlkjl3zqq0";
};
patches =