zettlr: 3.4.3 -> 3.4.4 (#403198)

This commit is contained in:
phicyclist
2025-05-11 01:25:22 +02:00
committed by GitHub
parent 7721736d4e
commit e19682a63a
+2 -2
View File
@@ -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=";
};
}