about summary refs log tree commit diff
path: root/pkgs/applications/misc/zettlr/default.nix
blob: 593ca13f9fee27351642752c25feccd57ed63378 (plain) (blame)
1
2
3
4
5
6
7
8
{ callPackage }:

builtins.mapAttrs (pname: attrs: callPackage ./generic.nix (attrs // { inherit pname; })) {
  zettlr = {
    version = "3.0.2";
    hash = "sha256-xwBq+kLmTth15uLiYWJOhi/YSPZVJNO6JTrKFojSDXA=";
  };
}