3
0
Fork 0
forked from mirrors/nixpkgs

masterpdfeditor: 5.8.20 -> 5.8.33

This commit is contained in:
R. Ryantm 2022-02-12 13:05:13 +00:00 committed by Jonathan Ringer
parent 48fb9875ca
commit 116facd4b4

View file

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