masterpdfeditor: 5.7.20 -> 5.7.90

Unmark as broken.

+2 -3
+2 -3
pkgs/applications/misc/masterpdfeditor/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "masterpdfeditor"; 5 - version = "5.7.20"; 6 7 src = fetchurl { 8 url = "https://code-industry.net/public/master-pdf-editor-${version}-qt5.x86_64.tar.gz"; 9 - sha256 = "0lyfss0r0dc6skhdlkslcdagdp9k1mi0w8n5pbrskwcd09c9mxym"; 10 }; 11 12 nativeBuildInputs = [ autoPatchelfHook wrapQtAppsHook ]; ··· 41 homepage = "https://code-industry.net/free-pdf-editor/"; 42 license = licenses.unfreeRedistributable; 43 platforms = with platforms; [ "x86_64-linux" ]; 44 - broken = true; 45 maintainers = with maintainers; [ cmcdragonkai ]; 46 }; 47 }
··· 2 3 stdenv.mkDerivation rec { 4 pname = "masterpdfeditor"; 5 + version = "5.7.90"; 6 7 src = fetchurl { 8 url = "https://code-industry.net/public/master-pdf-editor-${version}-qt5.x86_64.tar.gz"; 9 + sha256 = "sha256-wUHLesJ/YV3QyTJfGUr1lFD55JBnfSmjO2VvriaqlII="; 10 }; 11 12 nativeBuildInputs = [ autoPatchelfHook wrapQtAppsHook ]; ··· 41 homepage = "https://code-industry.net/free-pdf-editor/"; 42 license = licenses.unfreeRedistributable; 43 platforms = with platforms; [ "x86_64-linux" ]; 44 maintainers = with maintainers; [ cmcdragonkai ]; 45 }; 46 }