Merge pull request #149907 from r-ryantm/auto-update/masterpdfeditor

masterpdfeditor: 5.7.90 -> 5.8.20
This commit is contained in:
Bobby Rong 2021-12-15 18:01:16 +08:00 committed by GitHub
commit 21ca43a553
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "masterpdfeditor";
version = "5.7.90";
version = "5.8.20";
src = fetchurl {
url = "https://code-industry.net/public/master-pdf-editor-${version}-qt5.x86_64.tar.gz";
sha256 = "sha256-wUHLesJ/YV3QyTJfGUr1lFD55JBnfSmjO2VvriaqlII=";
sha256 = "sha256-2YfjTRTC/ZvgnV4tEY4wwoqUeUG8+0SCYuRPBzQ8ba4=";
};
nativeBuildInputs = [ autoPatchelfHook wrapQtAppsHook ];