masterpdfeditor: fix broken source url. the old one 404s (#44351)

This commit is contained in:
ajs124 2018-08-02 14:08:30 +02:00 committed by xeji
parent 3af85571bf
commit b79046e21b

View file

@ -4,7 +4,7 @@ let
in stdenv.mkDerivation {
name = "masterpdfeditor-${version}";
src = fetchurl {
url = "https://get.code-industry.net/public/master-pdf-editor-${version}_qt5.amd64.tar.gz";
url = "https://code-industry.net/public/master-pdf-editor-${version}_qt5.amd64.tar.gz";
sha256 = "0k5bzlhqglskiiq86nmy18mnh5bf2w3mr9cq3pibrwn5pisxnxxc";
};