Merge pull request #253676 from mimame/update-zettlr-3.0.0

zettlr: 2.3.0 -> 3.0.2
This commit is contained in:
Peder Bergebakken Sundt
2023-10-29 18:15:18 +01:00
committed by GitHub
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
@@ -41947,7 +41947,7 @@ with pkgs;
inherit (callPackage ../applications/misc/zettlr {
texlive = texlive.combined.scheme-medium;
}) zettlr zettlr-beta;
}) zettlr;
unpoller = callPackage ../servers/monitoring/unpoller { };