zettlr: 2.3.0 -> 3.0.2

This commit is contained in:
Miguel Madrid-Mencía
2023-10-23 07:48:26 +02:00
committed by Miguel Madrid-Mencía
parent 362c9430e3
commit 1f14d7626c
2 changed files with 3 additions and 7 deletions
+2 -6
View File
@@ -2,11 +2,7 @@
builtins.mapAttrs (pname: attrs: callPackage ./generic.nix (attrs // { inherit pname; inherit texlive; })) {
zettlr = {
version = "2.3.0";
hash = "sha256-3p9RO6hpioYF6kdGV+/9guoqxaPCJG73OsrN69SHQHk=";
};
zettlr-beta = {
version = "3.0.0-beta.7";
hash = "sha256-zIZaINE27bcjbs8yCGQ3UKAwStFdvhHD3Q1F93LrG4U=";
version = "3.0.2";
hash = "sha256-xwBq+kLmTth15uLiYWJOhi/YSPZVJNO6JTrKFojSDXA=";
};
}
+1 -1
View File
@@ -42093,7 +42093,7 @@ with pkgs;
inherit (callPackage ../applications/misc/zettlr {
texlive = texlive.combined.scheme-medium;
}) zettlr zettlr-beta;
}) zettlr;
unpoller = callPackage ../servers/monitoring/unpoller { };