zettlr: 3.2.0 -> 3.4.3 (#390175)

authored by Peder Bergebakken Sundt and committed by GitHub a8d0526d 500cbdc5

+2 -2
+2 -2
pkgs/applications/misc/zettlr/default.nix
··· 2 2 3 3 builtins.mapAttrs (pname: attrs: callPackage ./generic.nix (attrs // { inherit pname; })) { 4 4 zettlr = { 5 - version = "3.2.0"; 6 - hash = "sha256-gttDGWFJ/VmOyqgOSKnCqqPtNTKJd1fmDpa0ZAX3xc8="; 5 + version = "3.4.3"; 6 + hash = "sha256-Xb9zszbkHWAaIcu74EGQH0PVbuXIZXH/dja1F1Hkx1c="; 7 7 }; 8 8 }