zettlr: 2.3.0 -> 3.0.2

This commit is contained in:
Miguel Madrid-Mencía 2023-09-06 20:07:00 +02:00 committed by Miguel Madrid-Mencía
parent 362c9430e3
commit 1f14d7626c
No known key found for this signature in database
GPG Key ID: 4D0F6894D41C6957
2 changed files with 3 additions and 7 deletions

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=";
};
}

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 { };