zettlr: 2.3.0 -> 3.0.2
This commit is contained in:
parent
362c9430e3
commit
1f14d7626c
@ -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=";
|
||||
};
|
||||
}
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user