3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #38910 from flokli/masterpdfeditor-4.3.89

masterpdfeditor: 4.3.82 -> 4.3.89
This commit is contained in:
Jörg Thalheim 2018-04-14 08:32:43 +01:00 committed by GitHub
commit 8bdc9e7ae3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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