masterpdfeditor: 4.3.82 -> 4.3.89

Changelog:

Version 4.3.89
March, 21h, 2018

Fixed issue with application’s settings reset.

Version 4.3.88
March, 20h, 2018

Improved printing system and fixed some related errors.
Fixed several crash-related bugs.
Linux version is optimized for later distros.
Extended application localization. Added Finnish language.
This commit is contained in:
Florian Klink 2018-04-13 18:51:12 +02:00
parent 80b6513fbf
commit e99f9892b6
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl, glibc, sane-backends, qtbase, qtsvg, libXext, libX11, libXdmcp, libXau, libxcb }:
let
version = "4.3.82";
version = "4.3.89";
in
stdenv.mkDerivation {
name = "masterpdfeditor-${version}";
src = fetchurl {
url = "http://get.code-industry.net/public/master-pdf-editor-${version}_qt5.amd64.tar.gz";
sha256 = "0bfqnpg2p5jxygcahqqljyb0gd2z28hj5n1j9g1x7px8f7wwiwl4";
sha256 = "0k5bzlhqglskiiq86nmy18mnh5bf2w3mr9cq3pibrwn5pisxnxxc";
};
libPath = stdenv.lib.makeLibraryPath [
stdenv.cc.cc