zettlr: 3.2.0 -> 3.4.3

This commit is contained in:
phicyclist
2025-03-15 12:29:04 -04:00
committed by GitHub
parent c529c86cb1
commit dcc5ba8f48
+2 -2
View File
@@ -2,7 +2,7 @@
builtins.mapAttrs (pname: attrs: callPackage ./generic.nix (attrs // { inherit pname; })) {
zettlr = {
version = "3.2.0";
hash = "sha256-gttDGWFJ/VmOyqgOSKnCqqPtNTKJd1fmDpa0ZAX3xc8=";
version = "3.4.3";
hash = "sha256-Xb9zszbkHWAaIcu74EGQH0PVbuXIZXH/dja1F1Hkx1c=";
};
}