From e19682a63a37fd6f537de7270966f28a8a5ac97b Mon Sep 17 00:00:00 2001 From: phicyclist Date: Sat, 10 May 2025 19:25:22 -0400 Subject: [PATCH] zettlr: 3.4.3 -> 3.4.4 (#403198) --- pkgs/applications/misc/zettlr/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/misc/zettlr/default.nix b/pkgs/applications/misc/zettlr/default.nix index e84b1a93af97..1fdbe190ce82 100644 --- a/pkgs/applications/misc/zettlr/default.nix +++ b/pkgs/applications/misc/zettlr/default.nix @@ -2,7 +2,7 @@ builtins.mapAttrs (pname: attrs: callPackage ./generic.nix (attrs // { inherit pname; })) { zettlr = { - version = "3.4.3"; - hash = "sha256-Xb9zszbkHWAaIcu74EGQH0PVbuXIZXH/dja1F1Hkx1c="; + version = "3.4.4"; + hash = "sha256-ApgmHl9WoAmWl03tqv01D0W8orja25f7KZUFLhlZloQ="; }; }